Search
HierarchicalLayout.LevelDistance Property
See Also
 






Gets or sets the distance between adjacent levels in the hierarchical layout.

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

 Syntax

C#  Copy Code

public double LevelDistance { get; set; }

Visual Basic  Copy Code

Public Property LevelDistance As Double

 Property Value

A double value. The default value is 40.

 See Also