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. |