Search
Ruler.Unit Property
See Also
 





Gets or sets the measure units displayed in the ruler scales.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls

 Syntax

C#  Copy Code

public MeasureUnit Unit { get; set; }

Visual Basic  Copy Code

Public Property Unit As MeasureUnit

 Property Value

An instance of the MeasureUnit class specifying what units are displayed in the scales. The default is Millimeter.

 Remarks

This property also specifies how the ruler displays divisions.

 See Also