Component arrangement constant that can be used in ComponentArrangementPolicy }.

Namespace: yWorks.yFiles.Layout.Hierarchic
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)

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