Gets or sets the measure unit used by the ruler.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public RulerUnit Unit { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Unit As RulerUnit |
An instance of the RulerUnit enumeraion specifying what units are displayed in the scales. The default is Millimeter.
RemarksThis property also specifies how the ruler displays divisions.
See Also