Enum AnimationViewState

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll

Enumeration for the AnimationView state

C#
Copy
[Obsolete("This has been deprecated in API12")] public enum AnimationViewState
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.