Enum
ChildrenLayout

Secondary specification of the layout in addition to the TreeDirection.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

cs-api-definition
public enum ChildrenLayout

Fields

BottomAlignedWithParent

Declaration

cs-api-definition
BottomAlignedWithParent = 1

Field Value

ChildrenLayout

Default

Declaration

cs-api-definition
Default = 3

Field Value

ChildrenLayout

TopAlignedWithParent

The topmost child will be aligned with the parent.

Declaration

cs-api-definition
TopAlignedWithParent = 0

Field Value

ChildrenLayout

Underneath

If the children are at the Right or Left this will furthermore specify that they should be placed underneath the parent rather than at the distance from the right, respectively left of the parent.

Declaration

cs-api-definition
Underneath = 2

Field Value

ChildrenLayout