menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class TreeOrientation

    Initialize enum class TreeOrientation.

    Inheritance
    System.Object
    TreeOrientation
    Namespace: Syncfusion.SfDiagram.Android
    Assembly: Syncfusion.SfDiagram.Android.dll
    Syntax
    public sealed class TreeOrientation : Enum

    Fields

    BottomToTop

    Layout the diagram from Bottom to Top.

    Declaration
    public const TreeOrientation BottomToTop
    Field Value
    Type
    TreeOrientation

    LeftToRight

    Layout the diagram from Left to Right.

    Declaration
    public const TreeOrientation LeftToRight
    Field Value
    Type
    TreeOrientation

    RightToLeft

    Layout the diagram from Right to Left.

    Declaration
    public const TreeOrientation RightToLeft
    Field Value
    Type
    TreeOrientation

    TopToBottom

    Layout the diagram from Top to Bottom.

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