Enum LottieAnimationView.PlayStateType
Definition
- Namespace:
- Tizen.NUI.BaseComponents
- Assembly:
- Tizen.NUI.dll
- API Level:
- 7
Enumeration for what state the vector animation is in
C#Copypublic enum PlayStateType
Name | Description |
---|---|
Invalid | Invalid |
Paused | The vector animation is paused |
Playing | The vector animation is playing |
Stopped | Vector Animation has stopped |