Search
TopologicalLayoutExtensions.NodeDistance Method
See Also
 





Sets the distance between adjacent nodes in the diagram.

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

 Syntax

C#  Copy Code

public static TopologicalLayout NodeDistance (
    TopologicalLayout topologicalLayout,
    float value
)

Visual Basic  Copy Code

Public Shared Function NodeDistance( _
    topologicalLayout As TopologicalLayout, _
    value As Single _
) As TopologicalLayout

 Parameters

topologicalLayout

value

 Return Value

 See Also