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
Related API Members
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
DependencyObject
GaugeDependencyObject
IndicatorAnimation
See Also