Enum AnimatedImageView.StopBehaviorType

    Definition

    Namespace:
    Tizen.NUI.BaseComponents
    Assembly:
    Tizen.NUI.dll

    Enumeration for what to do when the animation is stopped.

    public enum AnimatedImageView.StopBehaviorType

    Fields

    Name Description
    CurrentFrame

    When the animation is stopped, the current frame is shown.

    MaximumFrame

    When the animation is stopped, the max frame (last frame) is shown.

    MinimumFrame

    When the animation is stopped, the min frame (first frame) is shown.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<AnimatedImageView.StopBehaviorType>(AnimatedImageView.StopBehaviorType, string)
    Extensions.LoadFromXaml<AnimatedImageView.StopBehaviorType>(AnimatedImageView.StopBehaviorType, string)
    Extensions.LoadFromXaml<AnimatedImageView.StopBehaviorType>(AnimatedImageView.StopBehaviorType, Type)
    Extensions.LoadFromXamlFile<AnimatedImageView.StopBehaviorType>(AnimatedImageView.StopBehaviorType, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX