Gets or sets the rotation for the text item.

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 Rotate Rotate { get; set; }
Visual Basic (Declaration)
Public Property Rotate As Rotate
Visual C++
public:
property Rotate Rotate {
	Rotate get ();
	void set (Rotate value);
}

See Also