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