Gets or sets the desired distance between nodes.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Silverlight
C#
![]() |
---|
public double NodeDistance { get; set; } |
Visual Basic
![]() |
---|
Public Property NodeDistance As Double |
The final distance between connected nodes is determined by multiplying the Weight of the link that connects them by the value of NodeDistance.