TreeLayout
Class
Tree layout algorithms.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
C#
public sealed class TreeLayout : LayoutBase<TreeLayoutData, object>
Inheritance: objectLayoutBase<TreeLayoutData, object>TreeLayout
Inherited Members
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)
The container to be organized.
settingsobjectThe settings.
Overrides:
Applies the tree layout to the given diagram.
C#
public override void Layout(IGraph diagramControl, object settings)
The diagram to organize.
settingsobjectThe settings to use. These settings are specific for the algorithm and need to be casted (TreeLayoutSettings and SugiyamaSettings).
Overrides: