Specifies the orientation for line shape items.
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
Syntax
| C# |
|---|
public enum LineOrientation |
| Visual Basic |
|---|
Public Enumeration LineOrientation |
| Visual C++ |
|---|
public enum class LineOrientation |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Horizontal | 0 | Specifies a horizontal line. | |
| Vertical | 1 | Specifies a vertical line. | |
| DiagonalUp | 2 | Specifies a diagonal upward line. | |
| DiagonalDown | 3 | Specifies a diagonal downward line. |