DXSliderBase.AnimationEasing Property
In This Article
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.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public EasingFunctionBase AnimationEasing { get; set; }
#Property Value
Type | Description |
---|---|
Easing |
An easing function. |
See Also