Enum ClockState
Describes the potential states of an animation.
Namespace: System.Windows.Media.Animation
Assembly: OpenSilver.dll
Syntax
public enum ClockState
Fields
Name | Description |
---|---|
Active | The current animation changes in direct relation to that of its parent. |
Filling | The animation continues and does not change in relation to that of its parent. |
Stopped | The animation is stopped. |