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

IndicatorAnimation Class

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

Namespace: DevExpress.UI.Xaml.Gauges

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

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

Object
Windows.UI.Xaml.DependencyObject
GaugeDependencyObject
IndicatorAnimation
See Also