Back to Devexpress

DxGaugeAnimationSettings.Easing Property

blazor-devexpress-dot-blazor-dot-dxgaugeanimationsettings.md

latest1.2 KB
Original Source

DxGaugeAnimationSettings.Easing Property

Specifies the animation easing mode.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(AnimationEaseMode.EaseOutCubic)]
[Parameter]
public AnimationEaseMode Easing { get; set; }

Property Value

TypeDefaultDescription
AnimationEaseModeEaseOutCubic

An enumeration value.

|

Available values:

NameDescription
EaseOutCubic

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 additional information and an example.

See Also

DxGaugeAnimationSettings Class

DxGaugeAnimationSettings Members

DevExpress.Blazor Namespace