TreeLayoutType
The different layout algorithms supported.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
public enum TreeLayoutType
Fields
The standard mind mapping layout.
MindmapHorizontal = 0
The standard mind mapping layout but with the two wings laid out vertically.
MindmapVertical = 1
Experimental radial tree layout.
RadialTree = 7
Top-down layout with the children on the second level positioned as a tree view underneath the first level.
TipOverTree = 6
Standard tree layout with the children positioned below the root.
TreeDown = 5
Standard tree layout with the children positioned at the left of the root.
TreeLeft = 3
Standard tree layout with the children positioned at the right of the root.
TreeRight = 2
Standard tree layout with the children positioned on top of the root.
TreeUp = 4
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.
Undefined = 8