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