Gets or sets the size of the pieces of the routing grid.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public double GridSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property GridSize As Double |
A double value specifying the size of the pieces of the routing grid. The default is 4.
RemarksA smaller size of routing grid pieces helps finding more precise paths, however since the number of pieces increases, there would be more time needed to find a path.
See Also