UIImageView.HighlightedImage Property

Definition

Thie image to display when the UIImageView is highlighted.

public virtual UIKit.UIImage HighlightedImage { [Foundation.Export("highlightedImage", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setHighlightedImage:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.HighlightedImage : UIKit.UIImage with get, set

Property Value

This value can be null.

Attributes

Remarks

The initial value of this property is the image passed in C:UIKit.UIImageView(UIKit.UIImage,UIKit.UIImage), or null if a different constructor was used. If HighlightedAnimationImages is non-null, the HighlightedImage property is ignored.

Applies to