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





Gets or sets the distance between nodes in the same layer when BaseLayout is set to Layered or Cascading.

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 adjacent nodes. The default is 96.

 Remarks

This value is assigned to the NodeDistance property of the base LayeredLayout or to the NodeDistance property of the TreeLayout.

 See Also

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