LinearScaleComponent.EasingFunction Property
Gets or sets an animation function that defines how values change during animation.
Namespace: DevExpress.XtraGauges.Win.Gauges.Linear
Assembly: DevExpress.XtraGauges.v24.1.Win.dll
NuGet Package: DevExpress.Win.Gauges
Declaration
[DefaultValue(null)]
[DXCategory("Behavior")]
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