Search
OrthogonalRouterExtensions.GridSize Method
See Also
 





Sets the distance between adjacent grid points when BaseLayout is set to Grid.

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

 Syntax

C#  Copy Code

public static OrthogonalRouter GridSize (
    OrthogonalRouter orthogonalRouter,
    float value
)

Visual Basic  Copy Code

Public Shared Function GridSize( _
    orthogonalRouter As OrthogonalRouter, _
    value As Single _
) As OrthogonalRouter

 Parameters

orthogonalRouter

value

 Return Value

 See Also