menu

Xamarin.Android

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

    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 Description
    TreeOrientation

    LeftToRight

    Layout the diagram from Left to Right.

    Declaration
    public const TreeOrientation LeftToRight
    Field Value
    Type Description
    TreeOrientation

    RightToLeft

    Layout the diagram from Right to Left.

    Declaration
    public const TreeOrientation RightToLeft
    Field Value
    Type Description
    TreeOrientation

    TopToBottom

    Layout the diagram from Top to Bottom.

    Declaration
    public const TreeOrientation TopToBottom
    Field Value
    Type Description
    TreeOrientation

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved