Group layering alignment strategy specifier.
Namespace: yWorks.yFiles.Layout.HierarchicAssembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
public enum GroupAlignmentPolicy |
| Visual Basic |
|---|
Public Enumeration GroupAlignmentPolicy |
Members
| Member name | Description | ||
|---|---|---|---|
| Top | 18 | Group layering alignment strategy specifier. If recursive group layering is enabled, groups and normal nodes that occupy the same layer are top aligned with respect to their inner layers. | |
| Center | 66 | Group layering alignment strategy specifier. If recursive group layering is enabled, groups and normal nodes that occupy the same layer are center aligned with respect to their inner layers. | |
| Bottom | 34 | Group layering alignment strategy specifier. If recursive group layering is enabled, groups and normal nodes that occupy the same layer are bottom aligned with respect to their inner layers. |
See Also
HierarchicLayouterGetGroupAlignmentPolicy()()()()