Search
OrthogonalRouter.NodeDistance Property
See Also
 





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

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

 Syntax

C#  Copy Code

public double NodeDistance { get; set; }

Visual Basic  Copy Code

Public Property NodeDistance As Double

 Property Value

 Remarks

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

 See Also