This class generates a hierarchy tree layout layout based on a tree model.

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

Syntax

C#
[SerializableAttribute]
public sealed class HierarchyLayoutTransformer<TNode>
Visual Basic
<SerializableAttribute> _
Public NotInheritable Class HierarchyLayoutTransformer(Of TNode)
Visual C++
[SerializableAttribute]
generic<typename TNode>
public ref class HierarchyLayoutTransformer sealed
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.HierarchyLayout..::..HierarchyLayoutTransformer<(Of <(<'TNode>)>)>

See Also