Group layering alignment strategy specifier.
Namespace: yWorks.yFiles.Layout.HierarchicAssembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.0.2
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()()()()