DxGaugeAnimationSettings.Easing Property
In This Article
Specifies the animation easing mode.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[DefaultValue(AnimationEaseMode.EaseOutCubic)]
[Parameter]
public AnimationEaseMode Easing { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Animation |
Ease |
An enumeration value. |
Available values:
Name | Description |
---|---|
Ease |
The animation progresses quickly at the beginning and slows down at the end. |
Linear | The animation speed is constant. |
#Remarks
Refer to the DxGaugeAnimationSettings class description for more information and an example.
See Also