Gets or sets the unit of the ruler bar's scale.
public RulerBarScaleUnit ScaleUnit { get; set; }Public Property ScaleUnit As RulerBarScaleUnit| Member | Description |
|---|---|
| Auto | The ruler is automatically scaled in inch or in millimeter depending on the currently set culture. |
| Centimeter | The ruler bar is scaled in centimeter without millimeter marks. |
| Inch | The ruler bar is scaled in inch. |
| Millimeter | The ruler bar is scaled in centimeter including millimeter marks. |