Search
TreeLayout.direction Property
See Also
 





Gets or sets the orientation of the arranged graph.

Namespace: MindFusion.Graphs
File: TreeLayout.js

 Syntax

JavaScript  Copy Code

get direction() {}
set direction(value) {}

 Property Value

LayoutDirection

A member of the LayoutDirection enumeration. The default value is TopToBottom.

 See Also