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