Gets or sets the fill color. Default value is White which will produce a transparent fill.

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)

Syntax

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

Property Value

Type: Color

See Also