Specifies the direction of a tree layout.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public enum TreeLayoutDirections |
Visual Basic Copy Code |
---|
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. |