Enum AnimationViewState

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll
API Level:
preview

Enumeration for the AnimationView state

C#
Copy
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.