Search
TreeLayout.NodeDistance Property
See Also
 






Gets or sets how much space to leave between nodes on the same level.

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

 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.

 Remarks

This property is ignored if Type is set to Radial.

 See Also