Class ChildrenLayout
Secondary specification of the layout in addition to the TreeDirection.
Inheritance
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public sealed class ChildrenLayout : Enum
Fields
BottomAlignedWithParent
Default
TopAlignedWithParent
The topmost child will be aligned with the parent.
Declaration
public const ChildrenLayout TopAlignedWithParent
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
public const ChildrenLayout Underneath
Field Value
ChildrenLayout
|
value__
Declaration
public int value__
Field Value
System.Int32
|