CUR_Background is the background color where to merge loaded image. Applications should set this property before load images.

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

Syntax

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

See Also