Gets or sets the measuring unit for the conversion.
public MeasuringUnit Unit { get; set; }
Public Property Unit() As MeasuringUnit
Member | Description |
---|---|
Centi |
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). |
Standard |
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). |