DXSliderBase.AnimationDuration Property
In This Article
Gets or sets the animation’s duration. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public TimeSpan AnimationDuration { get; set; }
#Property Value
Type | Description |
---|---|
Time |
The animation duration. |
See Also