Search
LayoutDirection Enumeration
See Also
 





Specifies in what direction to place nodes processed by a layout algorithm.

Namespace: MindFusion.Graphs
Package: Enum.js

 Syntax

JavaScript  Copy Code

// enum
LayoutDirection = {}

 Members

  Member name Description

BottomToTop

Indicates a bottom-to-top layout direction.

LeftToRight

Indicates a left-to-right layout direction.

RightToLeft

Indicates a right-to-left layout direction.

TopToBottom

Indicates a top-to-bottom layout direction.

 Remarks

Members of this enumeration can be assigned to the direction property of layout classes.

 See Also