Search
TreeLayout.levelDistance Property
See Also
 





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

Namespace: MindFusion.Graphs
File: TreeLayout.js

 Syntax

JavaScript  Copy Code

get levelDistance() {}
set levelDistance(value) {}

 Property Value

Number

The space to leave between adjacent levels of the tree.

 See Also