Stores the information used to display a tree.

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

Syntax

C#
[SerializableAttribute]
public sealed class TreeLayoutModel<TNode> : LayoutModel<TNode, ITreeCanvas<TNode>>
Visual Basic
<SerializableAttribute> _
Public NotInheritable Class TreeLayoutModel(Of TNode) _
	Inherits LayoutModel(Of TNode, ITreeCanvas(Of TNode))
Visual C++
[SerializableAttribute]
generic<typename TNode>
public ref class TreeLayoutModel sealed : public LayoutModel<TNode, ITreeCanvas<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, ITreeCanvas<(Of <(<'TNode>)>)>>)>)>
    TreeLayoutHelper.TreeLayout..::..TreeLayoutModel<(Of <(<'TNode>)>)>

See Also