ToolbarColorSelector.AnimationEasing Property
Gets or sets the easing function applied to ToolbarColorSelector animations. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public EasingFunctionBase AnimationEasing { get; set; }
Property Value
| Type | Description |
|---|---|
| EasingFunctionBase | The easing function applied to animations. |
See Also