Enum AnimatedVectorImageView.RepeatModes

    Definition

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

    RepeatMode of animation.

    public enum AnimatedVectorImageView.RepeatModes

    Fields

    Name Description
    Restart

    When the animation reaches the end and RepeatCount is nonZero, the animation restarts from the beginning.

    Reverse

    When the animation reaches the end and RepeatCount nonZero, the animation reverses direction on every animation cycle.

    Extension Methods

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