Gets or sets the size of the pieces of the routing grid.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public double GridSize { get; set; } |
Visual Basic Copy Code |
---|
Public Property GridSize As Double |
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.