MonobjcMonobjc Documented Class Library
Layer Property
NamespacesMonobjc.QuartzCoreCAGradientLayerLayer

Creates and returns an instance of CALayer.

Original signature is '+ (id)layer'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static CAGradientLayer Layer { get; }
Public Shared ReadOnly Property Layer As CAGradientLayer
	Get
public:
static property CAGradientLayer^ Layer {
	CAGradientLayer^ get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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