This class generates a flow graph layout based on a tree.
Namespace: TreeLayoutHelper.FlowLayoutAssembly: TreeLayoutHelper (in TreeLayoutHelper.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
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.FlowLayout..::..FlowLayoutTransformer<(Of <(<'TNode>)>)> See Also