Class TreeOrientation
Initialize enum class TreeOrientation.
Inheritance
System.Object
TreeOrientation
Namespace: Syncfusion.SfDiagram.XForms
Assembly: Syncfusion.SfDiagram.XForms.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 |