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.UI.Xaml.Gauges

Assembly: DevExpress.UI.Xaml.Gauges.v18.2.dll

Declaration

public EasingFunctionBase EasingFunction { get; set; }

Property Value

Type Description
Windows.UI.Xaml.Media.Animation.EasingFunctionBase

A EasingFunctionBase class descendant.

See Also