UIImageView.AnimationImages 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 to animate.
public virtual UIKit.UIImage[] AnimationImages { [Foundation.Export("animationImages", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setAnimationImages:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.AnimationImages : UIKit.UIImage[] with get, set
Property Value
UIImage[]
This property is null by default.
This value can be null
.
- Attributes
Remarks
The array must contain UIImage objects. The same image may be used more than once if required. Setting this property to a non-null value hides the image represented by Image.