Specifies the background color.

The background color is the color showed in non used area when the current image is less of control size. This color is used also in geometric processing (as rotation) to fill blank areas.

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

Syntax

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

See Also