UIImageView.AnimationRepeatCount Property

Definition

The number of times to repeat the animation.

public virtual nint AnimationRepeatCount { [Foundation.Export("animationRepeatCount")] get; [Foundation.Export("setAnimationRepeatCount:")] set; }
member this.AnimationRepeatCount : nint with get, set

Property Value

System.System.IntPtr System.nativeint
Attributes

Remarks

The default value is 0, which repeats the animation indefinitely.

Applies to