UIImage.Duration Property

Definition

The time interval to display the animated image. Read-only.

[ObjCRuntime.ThreadSafe]
public virtual double Duration { [Foundation.Export("duration")] get; }
member this.Duration : double

Property Value

Attributes

Remarks

The value is 0.0 for non-animated images.

This can be used from a background thread.

Applies to