Enum TreeOrientation
Specifies the different types of tree orientations that a layout can have.
Namespace: Syncfusion.UI.Xaml.Diagram.Layout
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public enum TreeOrientation
Fields
| Name | Description |
|---|---|
| BottomToTop | Specifies the layout should be orieneted from bottom to top. |
| LeftToRight | Specifies the layout should be orieneted from left to right. |
| RightToLeft | Specifies the layout should be orieneted from right to left. |
| TopToBottom | Specifies the layout should be orieneted from top to bottom. |