Specifies the direction of a tree layout.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Layout
SyntaxC#
Copy Code
|
|---|
public enum TreeLayoutDirections |
Visual Basic
Copy Code
|
|---|
Public Enum TreeLayoutDirections |
Members| Member name | Description | |
|---|---|---|
![]() |
BottomToTop |
Indicates a bottom-to-top direction. |
![]() |
LeftToRight |
Indicates a left-to-right direction. |
![]() |
RightToLeft |
Indicates a right-to-left direction. |
![]() |
TopToBottom |
Indicates a top-to-bottom direction. |
See Also