Search
Ruler.InchDivisions Property
See Also
 






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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public int InchDivisions { get; set; }

Visual Basic  Copy Code

Public Property InchDivisions As Integer

 Property Value

An integer value.

 See Also