MindFusion.Wpf Pack Programmer's Guide
TopologicalLayoutExtensions.NodeDistance Method
See Also
 





Sets the distance between adjacent nodes in the diagram.

Namespace: MindFusion.Diagramming.Wpf.Layout.Fluent
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public static TopologicalLayout NodeDistance (
    TopologicalLayout topologicalLayout,
    double value
)

Visual Basic  Copy Code

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

 Parameters

topologicalLayout

value

 Return Value

 See Also

TopologicalLayoutExtensions Members
TopologicalLayoutExtensions Class
MindFusion.Diagramming.Wpf.Layout.Fluent Namespace