Text color

Namespace: Limilabs.Windows
Assembly: Barcode (in Barcode.dll) Version: 2.0.0.20

Syntax

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

See Also