Gets or sets the number of minor divisions to show when Unit is set to Inch.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public int InchDivisions { get; set; } |
Visual Basic Copy Code |
---|
Public Property InchDivisions As Integer |
An integer value specifying the number of divisions. The default value is 8.
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.
WpfDiagram Programmer's Guide | © 2024 MindFusion |