Class TreeLayout
Tree layout algorithms.
Inherited Members
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public sealed class TreeLayout : LayoutBase<TreeLayoutData, object>
Constructors
TreeLayout()
Declaration
public TreeLayout()
Methods
Layout(ContainerGraph<TreeLayoutData, Object>, Object)
Layout of the specified container without iterating into possible children containers.
Declaration
public override void Layout(ContainerGraph<TreeLayoutData, object> containerGraph, object settings)
Parameters
ContainerGraph<TreeLayoutData, System.Object>
containerGraph
The container to be organized. |
System.Object
settings
The settings. |
Overrides
Layout(IGraph, Object)
Applies the tree layout to the given diagram.
Declaration
public override void Layout(IGraph diagramControl, object settings)
Parameters
IGraph
diagramControl
The diagram to organize. |
System.Object
settings
The settings to use. These settings are specific for the algorithm and need to be casted (TreeLayoutSettings and SugiyamaSettings). |