Gets or sets the border thickness. Default value is 0.01

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

Property Value

Type: Double

Exceptions

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

See Also