Gets or sets the direction of the text.
Namespace:
Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 2.0.2000.0 (2.0.2000.0)
Syntax
C# |
---|
public TextDirection TextDirection { get; set; } |
Visual Basic (Declaration) |
---|
Public Property TextDirection As TextDirection |
Visual C++ |
---|
public: property TextDirection TextDirection { TextDirection get (); void set (TextDirection value); } |