Returns the current layer contents placement policy.
Original signature is '- (NSViewLayerContentsPlacement)layerContentsPlacement'
Available in Mac OS X v10.6 and later.

C# | Visual Basic | Visual C++ |
public virtual NSViewLayerContentsPlacement LayerContentsPlacement { get; set; }
Public Overridable Property LayerContentsPlacement As NSViewLayerContentsPlacement Get Set
public: virtual property NSViewLayerContentsPlacement LayerContentsPlacement { NSViewLayerContentsPlacement get (); void set (NSViewLayerContentsPlacement value); }

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)