Search
Ruler.Unit Property
See Also
 





Gets or sets the measure unit used by the ruler.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 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.

 See Also