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





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

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 value is 48.

 Remarks

This property is ignored if Type is set to Radial.

 See Also

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