UIImageView.Highlighted 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.
Whether the UIImageView is highlighted.
public virtual bool Highlighted { [Foundation.Export("isHighlighted")] get; [Foundation.Export("setHighlighted:")] set; }
member this.Highlighted : bool with get, set
Property Value
- Attributes
Remarks
This property determines whether the regular or highlighted images are displayed. When Highlighted = true, a non-animated UIImageView will show the HighlightedImage and an animated UIImageView will display the HighlightedAnimationImages. If both these properties are null or if Highlighted = false, the Image and AnimationImages properties will be used.