MindFusion.Wpf Pack Programmer's Guide
RoutingOptions.GridSize Property
See Also
 





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

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public double GridSize { get; set; }

Visual Basic  Copy Code

Public Property GridSize As Double

 Property Value

A float 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

RoutingOptions Members
RoutingOptions Class
MindFusion.Diagramming.Wpf Namespace