Specifies the direction of a tree layout.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
C#
![]() |
---|
public enum TreeLayoutDirections |
Visual Basic
![]() |
---|
Public Enum TreeLayoutDirections |
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. |