MonobjcMonobjc Documented Class Library
ForegroundLayer Property
NamespacesMonobjc.QuartzIKImageBrowserViewForegroundLayer

Returns the foreground Core Animation layer

Original signature is '- (CALayer *)foregroundLayer'

Available in Mac OS X v10.6 and later.

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

Assembly: Monobjc.Quartz (Module: Monobjc.Quartz)