UIImage.Images 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.
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
UIImage[]
- Attributes
Remarks
Will be null
for a non-animated image.
This can be used from a background thread.