Gets or sets the background color of the text. Default value is White

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 BackColor { get; set; }
Visual Basic
Public Property BackColor As Color
	Get
	Set
Visual C++
public:
property Color BackColor {
	Color get ();
	void set (Color value);
}

See Also