This class generates a hierarchy tree layout layout based on a tree model.
Namespace: TreeLayoutHelper.HierarchyLayoutAssembly: TreeLayoutHelper (in TreeLayoutHelper.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
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