Search
TreeLayout.LevelDistance Property
See Also
 





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

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

 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.

 See Also