Specifies the background of the information text

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

Collapse imageSyntax

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

Collapse imageSee Also