Gets or sets the line shape orientation. Default value is Horizontal
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 4.0.3500.0 (4.0.3500.1)
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); } |