MonobjcMonobjc Documented Class Library
Color Property
NamespacesMonobjc.CorePlotCPMutableTextStyleColor

Original signature is '@property (nonatomic,copy) CPColor * color;'

Declaration Syntax
C#Visual BasicVisual C++
public CPColor Color { get; set; }
Public Property Color As CPColor
	Get
	Set
public:
property CPColor^ Color {
	CPColor^ get ();
	void set (CPColor^ 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.CorePlot (Module: Monobjc.CorePlot)