Placement byte constant used for the childPlacement property.
Namespace: yWorks.yFiles.Layout.TreeAssembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public enum ChildPlacement |
| Visual Basic |
|---|
Public Enumeration ChildPlacement |
Members
| Member name | Description | ||
|---|---|---|---|
| VerticalToLeft | 1 | Placement byte constant used for the childPlacement property. This placement strategy arranges child subtrees vertically beneath each other to the left of the root node. | |
| VerticalToRight | 3 | Placement byte constant used for the childPlacement property. This placement strategy arranges child subtrees vertically beneath each other to the right of the root node. | |
| HorizontalUpward | 2 | Placement byte constant used for the childPlacement property. This placement strategy arranges child subtrees horizontally next to each other above the root node. | |
| HorizontalDownward | 0 | Placement byte constant used for the childPlacement property. This placement strategy arranges child subtrees horizontally next to each other below the root node. |