Share via


UICollectionViewCell.Highlighted Property

Definition

The highlight state of this UICollectionViewCell.

[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

Applies to