IndicatorBase.AnimationEasing Property
Gets or sets the easing function that specifies how the indicator animation speeds up or slows down. This is a bindable property.
Namespace: DevExpress.Maui.Gauges
Assembly: DevExpress.Maui.Gauges.dll
NuGet Package: DevExpress.Maui.Gauges
Declaration
public EasingFunctionBase AnimationEasing { get; set; }
Property Value
Type | Description |
---|---|
EasingFunctionBase | An easing function. |
See Also