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





Gets or sets the distance between adjacent grid points when BaseLayout is set to Grid.

Namespace: MindFusion.Diagramming.Wpf.Layout
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 double number specifying the grid size. The default is 96.

 Remarks

This value is assigned to the GridSize property of the base GridLayout.

 See Also

OrthogonalRouter Members
OrthogonalRouter Class
MindFusion.Diagramming.Wpf.Layout Namespace