ASP.NET Pack Programmer's Guide
OrthogonalRouter.NodeDistance Property
See Also
 





Gets or sets the desired distance between adjacent nodes in a layer.

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

 Syntax

C#  Copy Code

public float NodeDistance { get; set; }

Visual Basic  Copy Code

Public Property NodeDistance As Single

 Property Value

 Remarks

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

 See Also

OrthogonalRouter Members
OrthogonalRouter Class
MindFusion.Diagramming.Layout Namespace