Enum TreeDirection
Four direction of tree where value indicate angle, and angle start from TopToBottom by clockwise.
Namespace: Syncfusion.Windows.Forms.Diagram.Controls
Assembly: Syncfusion.Diagram.Windows.dll
Syntax
public enum TreeDirection
Fields
Name | Description |
---|---|
BottomLeftToTopRight | Bottom left to top right. |
BottomRightToTopLeft | Bottom right to top left. |
BottomToTop | Bottom to top. |
LeftToRight | Left to right. |
RightToLeft | Right to left. |
TopLeftToBottomRight | Top left to bottom right. |
TopRightToBottomLeft | Top right to bottom left. |
TopToBottom | Top to bottom. |