Gets or sets the text alignment for Text property. Default value is AboveCenter
            
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
 Syntax
Syntax
| C# | 
|---|
| public BarcodeTextAlignment TextAlignment { get; set; } | 
| Visual Basic | 
|---|
| Public Property TextAlignment As BarcodeTextAlignment
	Get
	Set | 
| Visual C++ | 
|---|
| public:
property BarcodeTextAlignment TextAlignment {
	BarcodeTextAlignment get ();
	void set (BarcodeTextAlignment value);
} | 
Property Value
Type: 
BarcodeTextAlignment See Also
See Also