Gets or sets the alignment of the text. Default value is Left
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 4.0.3500.0 (4.0.3500.1)
Syntax
C# |
---|
public TextAlignment TextAlignment { get; set; } |
Visual Basic |
---|
Public Property TextAlignment As TextAlignment Get Set |
Visual C++ |
---|
public: property TextAlignment TextAlignment { TextAlignment get (); void set (TextAlignment value); } |