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





Gets or sets how much space to leave between levels of the tree.

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

 Syntax

C#  Copy Code

public double LevelDistance { get; set; }

Visual Basic  Copy Code

Public Property LevelDistance As Double

 Property Value

A double value specifying the distance between adjacent levels in the tree. The default value is 48.

 See Also

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