ASP.NET 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.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float LevelDistance { get; set; }

Visual Basic  Copy Code

Public Property LevelDistance As Single

 Property Value

A float value specifying the distance between adjacent levels in the tree.

 See Also

TreeLayout Members
TreeLayout Class
MindFusion.Diagramming.Layout Namespace