Specifies the text direction.
Namespace:
Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 2.0.2000.0 (2.0.2000.0)
Syntax
| C# |
|---|
public enum TextDirection |
| Visual Basic (Declaration) |
|---|
Public Enumeration TextDirection |
| Visual C++ |
|---|
public enum class TextDirection |
Members
| Member name | Description | |
|---|---|---|
| Horizontal |
Text is drawn from left to right.
| |
| Vertical |
Text is drawn from top to bottom.
| |
| Reverse |
Text is drawn from right to left.
|