Skip to main content

BlinkingAnimation Members

Contains settings to provide a blinking animation effect for the digital gauge control.

Constructors

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

Fields

Name Description
EnableProperty static Identifies the AnimationBase.Enable dependency property. Inherited from AnimationBase.
RefreshTimeProperty static Identifies the SymbolsAnimation.RefreshTime dependency property. Inherited from SymbolsAnimation.
SymbolsStatesProperty static Identifies the BlinkingAnimation.SymbolsStates dependency property.

Properties

Name Description
Enable Gets or sets a value specifying whether the digital gauge control should be animated using creeping line or blinking animation. Inherited from AnimationBase.
RefreshTime Gets or sets the refresh time between two symbol animations. Inherited from SymbolsAnimation.
SymbolsStates Specifies symbols states to show (hide) blinking animation on the symbols panel.

Events

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