Search
OrthogonalRouter.GridSize Property
See Also
 





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

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float GridSize { get; set; }

Visual Basic  Copy Code

Public Property GridSize As Single

 Property Value

 Remarks

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

 See Also