Enum TextAlignment
Specifies the text alignment.
Namespace:Neodynamic.SDK.Printing
Assembly:Neodynamic.SDK.ThermalLabel.dll
Syntax
public enum TextAlignment
Fields
Center
Declaration
Center = 1
Field Value
Type | Description |
---|---|
TextAlignment |
Justify
Declaration
Justify = 3
Field Value
Type | Description |
---|---|
TextAlignment |
Left
Declaration
Left = 0
Field Value
Type | Description |
---|---|
TextAlignment |
Right
Declaration
Right = 2
Field Value
Type | Description |
---|---|
TextAlignment |