Search
Ruler.Unit Property
See Also
 






Gets or sets the measure unit used by the ruler.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public RulerUnit Unit { get; set; }

Visual Basic  Copy Code

Public Property Unit As RulerUnit

 Property Value

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

 Remarks

This property also specifies how the ruler displays divisions.

 See Also