ClockState
ClockState
ClockState
ClockState
Enum
Definition
Describes the potential states of an animation.
public : enum class ClockStatepublic enum ClockStatePublic Enum ClockState// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Active Active Active Active | The current animation changes in direct relation to the animation of its parent. |
| Filling Filling Filling Filling | The animation continues and does not change in relation to the animation of its parent. |
| Stopped Stopped Stopped Stopped | The animation is stopped. |
Remarks
This enumeration is not typically used in XAML.