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