New to Telerik UI for WPFStart a free 30-day trial

Tree layout algorithms.

Definition

Constructors

C#
public TreeLayout()

Methods

Layout of the specified container without iterating into possible children containers.

C#
public override void Layout(ContainerGraph<TreeLayoutData, object> containerGraph, object settings)
Parameters:containerGraphContainerGraph<TreeLayoutData, object>

The container to be organized.

settingsobject

The settings.

Overrides: LayoutBase<TreeLayoutData, object>.Layout(ContainerGraph<TreeLayoutData, object>, object)

Applies the tree layout to the given diagram.

C#
public override void Layout(IGraph diagramControl, object settings)
Parameters:diagramControlIGraph

The diagram to organize.

settingsobject

The settings to use. These settings are specific for the algorithm and need to be casted (TreeLayoutSettings and SugiyamaSettings).

Overrides: LayoutBase<TreeLayoutData, object>.Layout(IGraph, object)