Share via


UIImageView.Highlighted Property

Definition

Whether the UIImageView is highlighted.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool Highlighted { [Foundation.Export("isHighlighted")] get; [Foundation.Export("setHighlighted:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isHighlighted")>]
[<set: Foundation.Export("setHighlighted:")>]
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.

Applies to