ToolbarColorSelector.AnimationDuration Property
Gets or sets the duration of ToolbarColorSelector animations. 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 duration of animations. |
See Also