Skip to main content

IndicatorAnimation.EasingFunction Property

Gets or sets an animation function that defines how indicator values change during animation.

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

[DP(null, Handler = "NotifyDependencyPropertyChanged")]
public EasingFunctionBase EasingFunction { get; set; }

#Property Value

Type Description
EasingFunctionBase

A EasingFunctionBase class descendant.

See Also