CALayer.Opaque Property

Definition

Whether the layer and its contents are completely opaque.

public virtual bool Opaque { [Foundation.Export("isOpaque")] get; [Foundation.Export("setOpaque:")] set; }
member this.Opaque : bool with get, set

Property Value

The default value is false. If true, the system can render the layer more quickly.

Attributes

Applies to