Gets or sets the alignment for the cell's content.

Namespace:  Neodynamic.SDK.Printing
Assembly:  Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 2.0.2000.0 (2.0.2000.0)

Syntax

C#
public CellContentAlignment ContentAlignment { get; set; }
Visual Basic (Declaration)
Public Property ContentAlignment As CellContentAlignment
Visual C++
public:
property CellContentAlignment ContentAlignment {
	CellContentAlignment get ();
	void set (CellContentAlignment value);
}

Remarks

Content alignment has the following limitations:

- Justify alignment is NOT supported for barcode content.

- Left, Center and Right alignment is supported for Code 39 and Interleaved 2 of 5 barcodes ONLY.

- Barcode alignment is NOT supported in Data Binding scenarios nor when using Counters or Masking features.

See Also