Skip to main content

IndicatorAnimation Members

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

Constructors

Name Description
IndicatorAnimation() Initializes a new instance of the IndicatorAnimation class with default settings.

Fields

Name Description
DurationProperty static Identifies the IndicatorAnimation.Duration dependency property.
EasingFunctionProperty static Identifies the IndicatorAnimation.EasingFunction dependency property.
EnableProperty static Identifies the AnimationBase.Enable dependency property. Inherited from AnimationBase.

Properties

Name Description
Duration Gets or sets the duration of an animation effect.
EasingFunction Gets or sets an animation function that defines how indicator values change during animation.
Enable Gets or sets a value specifying whether the digital gauge control should be animated using creeping line or blinking animation. Inherited from AnimationBase.

Events

Name Description
PropertyChanged Occurs every time any of the GaugeDependencyObject class properties has changed its value. Inherited from GaugeDependencyObject.
See Also