New to Telerik UI for WinFormsStart a free 30-day trial

The different layout algorithms supported.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

C#
public enum TreeLayoutType

Fields

The standard mind mapping layout.

C#
MindmapHorizontal = 0

The standard mind mapping layout but with the two wings laid out vertically.

C#
MindmapVertical = 1

Experimental radial tree layout.

C#
RadialTree = 7

Top-down layout with the children on the second level positioned as a tree view underneath the first level.

C#
TipOverTree = 6

Standard tree layout with the children positioned below the root.

C#
TreeDown = 5

Standard tree layout with the children positioned at the left of the root.

C#
TreeLeft = 3

Standard tree layout with the children positioned at the right of the root.

C#
TreeRight = 2

Standard tree layout with the children positioned on top of the root.

C#
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.

C#
Undefined = 8