Stores the information used to display a tree as a flow graph.

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

Syntax

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

See Also