Component arrangement constant that can be used in
ComponentArrangementPolicy
}.
Namespace: yWorks.yFiles.Layout.HierarchicAssembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public enum ComponentArrangementPolicy |
| Visual Basic |
|---|
Public Enumeration ComponentArrangementPolicy |
Members
| Member name | Description | ||
|---|---|---|---|
| Compact | 0 | Component arrangement constant that can be used in ComponentArrangementPolicy }. If the graph consists of multiple components this constant specifies that, after layering the single components with the core layerer, the components will all be merged such that an 1:1 aspect ratio is fulfilled best. | |
| Topmost | 1 | Component arrangement constant that can be used in ComponentArrangementPolicy }. If the graph consists of multiple components this constant specifies that, after layering the single components with the core layerer, the components are aligned with their topmost layer. |