menu

WPF

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

    Show / Hide Table of Contents

    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.

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