Gets or sets the foreground color of the text. Default value is Black

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 5.0.3500.0 (5.0.3500.4)

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