MindFusion.Wpf Pack Programmer's Guide
SpringLayout.NodeDistance Property
See Also
 





Gets or sets the desired distance between nodes.

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

 Syntax

C#  Copy Code

public double NodeDistance { get; set; }

Visual Basic  Copy Code

Public Property NodeDistance As Double

 Property Value

A double value specifying the distance between nodes. The default is 96.

 Remarks

The final distance between connected nodes is determined by multiplying the Weight of the link that connects them by the value of NodeDistance.

 See Also

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