Enum TreeLayoutType
The different layout algorithms supported.
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public enum TreeLayoutType
MindmapHorizontal
The standard mind mapping layout.
MindmapVertical
The standard mind mapping layout but with the two wings laid out vertically.
RadialTree
Experimental radial tree layout.
TipOverTree
Top-down layout with the children on the second level positioned as a tree view underneath the first level.
TreeDown
Standard tree layout with the children positioned below the root.
TreeLeft
Standard tree layout with the children positioned at the left of the root.
TreeRight
Standard tree layout with the children positioned at the right of the root.
TreeUp
Standard tree layout with the children positioned on top of the root.
Undefined
Unspecified layout. This is not an algorithm but just a tag for the host application to tell that the user has not specified any layout yet.