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