Skip to main content
A newer version of this page is available. .

DiagramControl.ApplyTreeLayout Method

Name Parameters Description
ApplyTreeLayout(Direction, IEnumerable<DiagramItem>) direction, items Applies the tree layout algorithm.
ApplyTreeLayout(LayoutDirection, IEnumerable<DiagramItem>, Nullable<SplitToConnectedComponentsMode>) direction, items, splitMode Applies the tree layout algorithm.
ApplyTreeLayout(TreeLayoutSettings, SplitToConnectedComponentsMode, IEnumerable<DiagramItem>) settings, splitMode, items Applies the tree layout algorithm.
ApplyTreeLayout(IEnumerable<DiagramItem>, Nullable<SplitToConnectedComponentsMode>) items, splitMode Applies the tree layout algorithm.