UIImageView.AnimationRepeatCount プロパティ

定義

アニメーションを繰り返す回数。

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

プロパティ値

System.System.IntPtr System.nativeint
属性

注釈

既定値は 0 で、アニメーションを無期限に繰り返します。

適用対象