Back color.

Namespace:  Lesnikowski.Barcode
Assembly:  Barcode (in Barcode.dll) Version: 1.0.5.40002

Syntax

C#
Color BackColor { get; set; }
Visual Basic (Declaration)
Property BackColor As Color
Visual C++
property Color BackColor {
	Color get ();
	void set (Color value);
}

See Also