Specifies general layout orientation.
Namespace: MindFusion.Graphs
File: Enum.js
SyntaxJavaScript
Copy Code
|
|---|
// enum |
Members| Member name | Description | |
|---|---|---|
![]() |
Horizontal |
Specifies horizonal orientation. |
![]() |
Vertical |
Specifies vertical orientation. |
RemarksMembers of this enumeration can be assigned to the orientation property of layout classes.
See Also