Class HyperTree<TNodeData, TLinkData>
Represent the hierarchy of layout graphs through the hierarchy defined by the containers. The root is the global layout at the top level and if no containers are present or if the children of containers need not be organized this HyperTree will contain only one node, the root.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public class HyperTree<TNodeData, TLinkData> : Graph<ContainerGraph<TNodeData, TLinkData>, object> where TNodeData : new()
where TLinkData : new()
Type Parameters
TNodeData
The type of the node data. |
TLinkData
The type of the link data. |
Constructors
HyperTree()
Declaration
public HyperTree()