ToolbarButton.AnimationDuration Property
Gets or sets the duration of the ToolbarButton‘s scale animation. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public TimeSpan AnimationDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| TimeSpan | The animation’s duration. |
See Also