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.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v22.1.dll

NuGet Package: DevExpress.WinUI

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