ClassHyperTree<TNodeData, TLinkData>
Class
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.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Type Parameters:
TNodeData
The type of the node data.
TLinkData
The type of the link data.
Syntax:
cs-api-definition
public class HyperTree<TNodeData, TLinkData> : Graph<ContainerGraph<TNodeData, TLinkData>, object> where TNodeData : new() where TLinkData : new()
Inheritance: objectGraphBase<Node<ContainerGraph<TNodeData, TLinkData>, object>, Edge<ContainerGraph<TNodeData, TLinkData>, object>>Graph<ContainerGraph<TNodeData, TLinkData>, object>HyperTree<TNodeData, TLinkData>
Inherited Members
Constructors
HyperTree()
Declaration
cs-api-definition
public HyperTree()