CALayer.Opaque 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 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