MonobjcMonobjc Documented Class Library
Layer Property
NamespacesMonobjc.AppKitNSViewLayer

Returns the Core Animation layer that the receiver uses as its backing store.

Original signature is '- (CALayer *)layer'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual CALayer Layer { get; set; }
Public Overridable Property Layer As CALayer
	Get
	Set
public:
virtual property CALayer^ Layer {
	CALayer^ get ();
	void set (CALayer^ value);
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)