Alignment byte constant used for the rootAlignment property.
Namespace: yWorks.yFiles.Layout.TreeAssembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public enum RootAlignment |
| Visual Basic |
|---|
Public Enumeration RootAlignment |
Members
| Member name | Description | ||
|---|---|---|---|
| LeadingOffset | 0 | Alignment byte constant used for the rootAlignment property. This constant places the root ahead of all the child subtrees. | |
| Leading | 1 | Alignment byte constant used for the rootAlignment property. This constant aligns the root with the first of its subtrees. | |
| Center | 2 | Alignment byte constant used for the rootAlignment property. This constant aligns the root at the center of its subtrees. | |
| Median | 3 | Alignment byte constant used for the rootAlignment property. This constant aligns the root at the median of the connection points to its subtrees. | |
| Trailing | 4 | Alignment byte constant used for the rootAlignment property. This constant aligns the root at with the last of its subtrees. | |
| TrailingOffset | 5 | Alignment byte constant used for the rootAlignment property. This constant places the root after all of its subtrees. | |
| TrailingOnBus | 6 | Alignment byte constant used for the rootAlignment property. This constant places the root after all of its subtrees and centered on the bus. Note: The vertical/horizontal distance between the root node and the subtree shapes depend on the value of parameters verticalDistance/horizontalDistance passed to the Constructor. | |
| LeadingOnBus | 7 | Alignment byte constant used for the rootAlignment property. This constant places the root ahead of all the child subtrees and centered on the bus. Note: The vertical/horizontal distance between the root node and the subtree shapes depend on the value of parameters verticalDistance/horizontalDistance passed to the Constructor. |