TreeDirection
Enum
The directions in which a tree-like structure is oriented.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
C#
public enum TreeDirection
Fields
Children evolve downwards.
C#
Down = 3
Children evolve to the left.
C#
Left = 0
No direction specified, this usually means the root node and it's a mind mapping root.
C#
None = 4
Radial layout.
C#
Radial = 5
Children evolve to the right.
C#
Right = 1
Undefine layout.
C#
Undefined = 6
Children evolve upwards.
C#
Up = 2