MindFusion.Wpf Pack Programmer's Guide
Ruler.InchDivisions Property
See Also
 





Gets or sets the number of minor divisions to show when Unit is set to Inch.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public int InchDivisions { get; set; }

Visual Basic  Copy Code

Public Property InchDivisions As Integer

 Property Value

An integer value specifying the number of divisions. The default value is 8.

 Remarks

There are exactly the specified number of divisions shown in an inch only at 100% zoom level. When the diagram is zoomed in or out, the ruler could add or remove unit ticks.

 See Also

Ruler Members
Ruler Class
MindFusion.Diagramming.Wpf Namespace