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