Gets or sets the alignment of the text. Default value is Left

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

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);
}

See Also