Skip to main content

IndicatorAnimation Class

Contains settings for animating a value indicator when it changes its value.

Namespace: DevExpress.UI.Xaml.Gauges

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public class IndicatorAnimation :
    GaugeDependencyObject

The following members return IndicatorAnimation objects:

Remarks

Use the IndicatorAnimation class properties to adjust how value indicators should be animated (e.g., the IndicatorAnimation.Duration property to set the animation time; IndicatorAnimation.EasingFunction to specify the type of animation, etc.).

An object of the IndicatorAnimation class can be accessed via the ValueIndicatorBase.Animation property.

Inheritance

See Also