Search
BorderedTreeLayout.keepRootPosition Property
See Also
 





Gets or sets a value indicating whether to keep the root node at its original position.

Namespace: MindFusion.Graphs
File: BorderedTreeLayout.js

 Syntax

JavaScript  Copy Code

get keepRootPosition() {}
set keepRootPosition(value) {}

 Property Value

Boolean

true if the root node should be kept at its original position, or false otherwise.

 See Also