Enum
TreeLayoutType

The different layout algorithms supported.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

cs-api-definition
public enum TreeLayoutType

Fields

MindmapHorizontal

The standard mind mapping layout.

Declaration

cs-api-definition
MindmapHorizontal = 0

Field Value

TreeLayoutType

MindmapVertical

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

Declaration

cs-api-definition
MindmapVertical = 1

Field Value

TreeLayoutType

RadialTree

Experimental radial tree layout.

Declaration

cs-api-definition
RadialTree = 7

Field Value

TreeLayoutType

TipOverTree

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

Declaration

cs-api-definition
TipOverTree = 6

Field Value

TreeLayoutType

TreeDown

Standard tree layout with the children positioned below the root.

Declaration

cs-api-definition
TreeDown = 5

Field Value

TreeLayoutType

TreeLeft

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

Declaration

cs-api-definition
TreeLeft = 3

Field Value

TreeLayoutType

TreeRight

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

Declaration

cs-api-definition
TreeRight = 2

Field Value

TreeLayoutType

TreeUp

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

Declaration

cs-api-definition
TreeUp = 4

Field Value

TreeLayoutType

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.

Declaration

cs-api-definition
Undefined = 8

Field Value

TreeLayoutType