Enum ClockState
This enumeration represents the different states that a clock can be in at any given time.
Namespace: System.Windows.Media.Animation
Assembly: OpenSilver.dll
Syntax
public enum ClockState
Fields
Name | Description |
---|---|
Active | The clock is currently active meaning that the current time of the clock changes relative to its parent time. |
Filling | The clock is currenty in a fill state meaning that its current time and progress do not change relative to the parent's time, but the clock is not stopped. |
Stopped | The clock is currently stopped which means that its current time and current progress property values are undefined. |