MonobjcMonobjc Documented Class Library
Colors Property
NamespacesMonobjc.QuartzCoreCAGradientLayerColors

An array of CGColorRef objects defining the color of each gradient stop. Animatable.

Original signature is '@property(copy) NSArray *colors'

Available in Mac OS X v10.6 and later.

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

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