Enum AnimatedVectorImageView.RepeatModes

Definition

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

RepeatMode of animation.

C#
Copy
public enum RepeatModes : int
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