Skip to main content

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.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public EasingFunctionBase EasingFunction { get; set; }

Property Value

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

A EasingFunctionBase class descendant.

See Also