DXToolbar.AnimationEasing Property
Gets or sets the easing function that is applied to DXToolbar 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. |
See Also