Table of Contents

Enum TreeArrangement

Namespace
Northwoods.Go.Layouts
Assembly
Northwoods.GoDiagram.WinForms.TreeLayout.dll

This enumeration specifies how to position the resulting trees in the document. Used for Arrangement.

public enum TreeArrangement

Fields

FixedRoots = 2

Do not move each root node, but position all of their descendants relative to their root.

Horizontal = 1

Position each tree in a non-overlapping fashion by increasing X coordinates, starting at the ArrangementOrigin.

Vertical = 0

Position each tree in a non-overlapping fashion by increasing Y coordinates, starting at the ArrangementOrigin.