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.WPF.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 |