Skip to main content

ArcScaleComponent.EasingFunction Property

Gets or sets an animation function that defines how values change during animation.

Namespace: DevExpress.XtraGauges.Win.Gauges.Circular

Assembly: DevExpress.XtraGauges.v23.2.Win.dll

NuGet Package: DevExpress.Win.Gauges

Declaration

[DefaultValue(null)]
[DXCategory("Appearance")]
public IEasingFunction EasingFunction { get; set; }

Property Value

Type Default Description
DevExpress.XtraGauges.Core.Model.IEasingFunction null

An object implementing the DevExpress.XtraGauges.Core.Model.IEasingFunction interface.

See Also