Compaction strategy specifier for use with
GroupCompactionStrategy
.
Namespace: yWorks.yFiles.Layout.Hierarchic.IncrementalAssembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public enum GroupCompactionPolicy |
| Visual Basic |
|---|
Public Enumeration GroupCompactionPolicy |
Members
| Member name | Description | ||
|---|---|---|---|
| None | 0 | Compaction strategy specifier for use with GroupCompactionStrategy . This specifies no horizontal group compaction, i.e. group node contents will occupy nearly the same horizontal positions as when not grouped at all. | |
| Maximal | 1 | Compaction strategy specifier for use with GroupCompactionStrategy . This specifies maximal horizontal group compaction, i.e. the node placer will try to minimize the horizontally occupied space for a group node. |