UIImageView.AnimationDuration Property

Definition

Number of seconds to cycle through the AnimationImages once.

public virtual double AnimationDuration { [Foundation.Export("animationDuration")] get; [Foundation.Export("setAnimationDuration:")] set; }
member this.AnimationDuration : double with get, set

Property Value

Attributes

Remarks

The default value is equal to the number of images multipled by 1/30th second; for example, if you supply 30 images this property would default to 1 second.

Applies to