The unit of measurement that will be used by the dialog box.

Namespace: TallComponents.Interaction.WinForms.Controls
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public UnitType Unit { get; set; }
Visual Basic
Public Property Unit As UnitType
	Get
	Set

Remarks

The dialog box only supports displaying cm, mm, pica, pt, and in. Other unit types are mapped onto inches.

See Also