menu

UWP

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

    Show / Hide Table of Contents

    Class TreeOrientation

    Specifies the different types of tree orientations that a layout can have.

    Inheritance
    System.Object
    TreeOrientation
    Namespace: Syncfusion.UI.Xaml.Diagram.Layout
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public sealed class TreeOrientation : Enum

    Fields

    BottomToTop

    Specifies the layout should be orieneted from bottom to top.

    Declaration
    public const TreeOrientation BottomToTop
    Field Value
    Type
    TreeOrientation

    LeftToRight

    Specifies the layout should be orieneted from left to right.

    Declaration
    public const TreeOrientation LeftToRight
    Field Value
    Type
    TreeOrientation

    RightToLeft

    Specifies the layout should be orieneted from right to left.

    Declaration
    public const TreeOrientation RightToLeft
    Field Value
    Type
    TreeOrientation

    TopToBottom

    Specifies the layout should be orieneted from top to bottom.

    Declaration
    public const TreeOrientation TopToBottom
    Field Value
    Type
    TreeOrientation

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved