CALayer.DoubleSided 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 draws its content when facing away from the viewer.
public virtual bool DoubleSided { [Foundation.Export("isDoubleSided")] get; [Foundation.Export("setDoubleSided:")] set; }
member this.DoubleSided : bool with get, set
Property Value
The default value is true
.
- Attributes