DXSliderBase.AnimationDuration Property
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
public TimeSpan AnimationDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| TimeSpan | The animation duration. |
See Also