IndicatorAnimation.EasingFunction Property
In This Article
Gets or sets an animation function that defines how indicator values change during animation.
Namespace: DevExpress.WinUI.Gauges
Assembly: DevExpress.WinUI.Gauges.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(null, Handler = "NotifyDependencyPropertyChanged")]
public EasingFunctionBase EasingFunction { get; set; }
#Property Value
Type | Description |
---|---|
Easing |
A Easing |
See Also