menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum TreeDirection - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved