Enum
TreeDirection

The directions in which a tree-like structure is oriented.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

cs-api-definition
public enum TreeDirection

Fields

Down

Children evolve downwards.

Declaration

cs-api-definition
Down = 3

Field Value

TreeDirection

Left

Children evolve to the left.

Declaration

cs-api-definition
Left = 0

Field Value

TreeDirection

None

No direction specified, this usually means the root node and it's a mind mapping root.

Declaration

cs-api-definition
None = 4

Field Value

TreeDirection

Radial

Radial layout.

Declaration

cs-api-definition
Radial = 5

Field Value

TreeDirection

Right

Children evolve to the right.

Declaration

cs-api-definition
Right = 1

Field Value

TreeDirection

Undefined

Undefine layout.

Declaration

cs-api-definition
Undefined = 6

Field Value

TreeDirection

Up

Children evolve upwards.

Declaration

cs-api-definition
Up = 2

Field Value

TreeDirection

In this article
DefinitionFieldsDownLeftNoneRadialRightUndefinedUp
Not finding the help you need?
Contact Support