Gets or sets the color of the border of the rectangle container. 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 BorderColor { get; set; }
Visual Basic
Public Property BorderColor As Color
	Get
	Set
Visual C++
public:
property Color BorderColor {
	Color get ();
	void set (Color value);
}

See Also