Gets or sets the alignment 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 TextAlignment TextAlignment { get; set; } |
Visual Basic (Declaration) |
---|
Public Property TextAlignment As TextAlignment |
Visual C++ |
---|
public: property TextAlignment TextAlignment { TextAlignment get (); void set (TextAlignment value); } |