AnimationSetState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
States of AnimationSet.
public enum AnimationSetState
type AnimationSetState =
Public Enum AnimationSetState
- Inheritance
-
AnimationSetState
Fields
Name | Value | Description |
---|---|---|
NotStarted | 0 | The animation has not been started |
Running | 1 | The animation has been started and is in progress |
Stopped | 2 | The animation has been started and is stopped |
Completed | 3 | The animation had completed |