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