Search
TopologicalLayout.direction Property
See Also
 





Gets or sets the orientation of the arranged graph.

Namespace: MindFusion.Graphs
File: TopologicalLayout.js

 Syntax

JavaScript  Copy Code

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

 Property Value

LayoutDirection

A member of the LayoutDirection enumeration.

 See Also