Specifies the color of the text.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public IERGB Color { get; set; }
Public Property Color As IERGB
	Get
	Set
public:
property IERGB Color {
	IERGB get ();
	void set (IERGB value);
}

See Also