Component arrangement constant that can be used in ComponentArrangementPolicy }.

Namespace: yWorks.yFiles.Layout.Hierarchic
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public enum ComponentArrangementPolicy
Visual Basic
Public Enumeration ComponentArrangementPolicy

Members

Member nameDescription
Compact0 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.
Topmost1 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.

See Also