Gets or sets the Unit of Measurement for the 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 UnitType UnitType { get; set; }
Visual Basic (Declaration)
Public Property UnitType As UnitType
Visual C++
public:
property UnitType UnitType {
	UnitType get ();
	void set (UnitType value);
}

See Also