Gets or sets the measuring unit for the conversion.

Syntax

public MeasuringUnit Unit { get; set; }
Public Property Unit() As MeasuringUnit

Members

Member Description
CentiInch The resulting string is a value in 1/100 inch.
Centimeter The resulting string is a value in cm.
Millimeter The resulting string is a value in mm.
Point The resulting string is a value in point (1/72 inch).
StandardWPF The resulting string is a value in 1/96 inch, which are device independent units in WPF.
Twips The resulting string is a value in twips (1/1440 inch).