Enum AnimationViewState
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Enumeration for the AnimationView state
public enum AnimationViewState
Fields
Name | Description |
---|---|
NotReady | Animation is not ready to play. |
Pause | Animation has been paused. |
Play | Animation is on playing. |
ReversedPlay | Animation is on reverse playing. |
Stop | AnimationView successfully loaded a file then readied for playing. Otherwise after finished animation or stopped forcely by request. |