UIImageView.AnimationRepeatCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.