Gets or sets the Unit of Measurement for the item.

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

Syntax

C#
public UnitType UnitType { get; set; }
Visual Basic
Public Property UnitType As UnitType
	Get
	Set
Visual C++
public:
property UnitType UnitType {
	UnitType get ();
	void set (UnitType value);
}

See Also