Text color.

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

Syntax

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

See Also