Enum Animation.States
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
Enumeration for what state the animation is in.
public enum States
Remarks
Calling Reset() on this class will not reset the animation. It will call the BaseHandle.Reset() which drops the object handle.
Fields
Name | Description |
---|---|
Paused | The animation is paused. |
Playing | The animation is playing. |
Stopped | The animation has stopped. |