Gets or sets the border thickness.

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

Syntax

C#
public double StrokeThickness { get; set; }
Visual Basic (Declaration)
Public Property StrokeThickness As Double
Visual C++
public:
property double StrokeThickness {
	double get ();
	void set (double value);
}

Exceptions

ExceptionCondition
System..::.ArgumentException The specified value is less than 0.

See Also