Stores the information used to display a tree.

Namespace: TreeLayoutHelper.HierarchyLayout
Assembly: TreeLayoutHelper (in TreeLayoutHelper.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
[SerializableAttribute]
public sealed class HierarchyLayoutModel<TNode> : LayoutModel<TNode, IHierarchyCanvas<TNode>>
Visual Basic
<SerializableAttribute> _
Public NotInheritable Class HierarchyLayoutModel(Of TNode) _
	Inherits LayoutModel(Of TNode, IHierarchyCanvas(Of TNode))
Visual C++
[SerializableAttribute]
generic<typename TNode>
public ref class HierarchyLayoutModel sealed : public LayoutModel<TNode, IHierarchyCanvas<TNode>^>
J#
J# supports the use of generic APIs, but not the declaration of new ones.
JScript
JScript does not support generic types or methods.
JavaScript
JavaScript does not support generic types or methods.

Type Parameters

TNode
The base type of tree nodes.

Inheritance Hierarchy

System..::..Object
  TreeLayoutHelper..::..LayoutModel<(Of <(<'TNode, IHierarchyCanvas<(Of <(<'TNode>)>)>>)>)>
    TreeLayoutHelper.HierarchyLayout..::..HierarchyLayoutModel<(Of <(<'TNode>)>)>

See Also