Search
RoutingOptions.GridSize Property
See Also
 





Gets or sets the size of the pieces of the routing grid.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double GridSize { get; set; }

Visual Basic  Copy Code

Public Property GridSize As Double

 Property Value

A double value specifying the size of the pieces of the routing grid. The default is 4.

 Remarks

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.

 See Also