Gets or sets the line shape orientation. Default value is Horizontal

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

Property Value

Type: LineOrientation

See Also