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

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

Syntax

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

See Also