UIImageView.HighlightedAnimationImages Property

Definition

An array of UIImage to animate when the view is Highlighted.

public virtual UIKit.UIImage[] HighlightedAnimationImages { [Foundation.Export("highlightedAnimationImages", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setHighlightedAnimationImages:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.HighlightedAnimationImages : UIKit.UIImage[] with get, set

Property Value

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 HighlightedImage.

Applies to