DXColorSelector.AnimationEasing Property
In This Article
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
C#
public EasingFunctionBase AnimationEasing { get; set; }
#Property Value
Type | Description |
---|---|
Easing |
The easing function applied to animations. |
See Also