Skip to main content
A newer version of this page is available. .

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.v22.1.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