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

Secondary specification of the layout in addition to the TreeDirection.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

C#
public enum ChildrenLayout

Fields

C#
BottomAlignedWithParent = 1
C#
Default = 3

The topmost child will be aligned with the parent.

C#
TopAlignedWithParent = 0

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.

C#
Underneath = 2