Enum AnimationViewState

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    Enumeration for the AnimationView state

    [Obsolete("This has been deprecated in API12")]
    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.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX