ASP.NET Pack Programmer's Guide
TreeLayout Members
Constructors Fields Methods
 


Implements algorithms for arranging tree structures.

The following tables list the members exposed by the TreeLayout type.

 Public Constructors

  Name Description

TreeLayout

Initializes a new instance of the TreeLayout class.

 Public Fields

  Name Description

anchoring

Indicates how to align links to the anchor points of nodes.

compactAssistants

A Boolean value indicating whether the "assistant" nodes on the same side of a single parent are arranged as close to each other as possible. Turning this off will force the nodes on one side to be aligned with their counterparts in the other and occasionally leaving space between adjacent branches.

direction

The orientation of the arranged graph.

enableAssistants

A Boolean value indicating whether the "assistant" trait is regarded when applying the layout.

keepGroupLayout

Indicates whether to treat each Group of nodes as a single vertex in the arranged graph.

keepRootPosition

Indicates whether to keep the root node at its original position.

levelDistance

The space to leave between adjacent levels of the tree.

linkType

The type of the links in the arranged tree.

multipleGraphsPlacement

Indicates how multiple independent graphs in the diagram should be positioned relatively to each other.

nodeDistance

The space to leave between adjacent nodes on the same level.

 Public Methods

  Name Description

arrange

Applies the layout to the specified graph.

 See Also

TreeLayout Class
MindFusion.Graphs Namespace