alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class TreeDirection

    Four direction of tree where value indicate angle, and angle start from TopToBottom by clockwise.

    Inheritance
    System.Object
    TreeDirection
    Namespace: Syncfusion.Windows.Forms.Diagram.Controls
    Assembly: Syncfusion.Diagram.Windows.dll
    Syntax
    public sealed class TreeDirection : Enum

    Fields

    BottomLeftToTopRight

    Bottom left to top right.

    Declaration
    public const TreeDirection BottomLeftToTopRight
    Field Value
    Type
    TreeDirection

    BottomRightToTopLeft

    Bottom right to top left.

    Declaration
    public const TreeDirection BottomRightToTopLeft
    Field Value
    Type
    TreeDirection

    BottomToTop

    Bottom to top.

    Declaration
    public const TreeDirection BottomToTop
    Field Value
    Type
    TreeDirection

    LeftToRight

    Left to right.

    Declaration
    public const TreeDirection LeftToRight
    Field Value
    Type
    TreeDirection

    RightToLeft

    Right to left.

    Declaration
    public const TreeDirection RightToLeft
    Field Value
    Type
    TreeDirection

    TopLeftToBottomRight

    Top left to bottom right.

    Declaration
    public const TreeDirection TopLeftToBottomRight
    Field Value
    Type
    TreeDirection

    TopRightToBottomLeft

    Top right to bottom left.

    Declaration
    public const TreeDirection TopRightToBottomLeft
    Field Value
    Type
    TreeDirection

    TopToBottom

    Top to bottom.

    Declaration
    public const TreeDirection TopToBottom
    Field Value
    Type
    TreeDirection
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved