UIImage.Images Property

Definition

An array of UIImage objects that make up an animated iamge.

[ObjCRuntime.ThreadSafe]
public virtual UIKit.UIImage[] Images { [Foundation.Export("images")] get; }
member this.Images : UIKit.UIImage[]

Property Value

Attributes

Remarks

Will be null for a non-animated image.

This can be used from a background thread.

Applies to