Enum AnimatedImageView.StopBehaviorType

Definition

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

Enumeration for what to do when the animation is stopped.

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