Class TreeDirection
The directions in which a tree-like structure is oriented.
Inheritance
System.Object
TreeDirection
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public sealed class TreeDirection : Enum
Fields
Down
Left
None
No direction specified, this usually means the root node and it's a mind mapping root.
Declaration
public const TreeDirection None
Field Value
TreeDirection
|
Radial
Right
Children evolve to the right.
Declaration
public const TreeDirection Right
Field Value
TreeDirection
|
Undefined
Up
value__
Declaration
public int value__
Field Value
System.Int32
|