Gets or sets the size of the pieces of the routing grid.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public float GridSize { get; set; } |
Visual Basic Copy Code |
---|
Public Property GridSize As Single |
A float value specifying the size of the pieces of the routing grid. The default is 4.
A 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.