GoXam for WPF v3
TreeNetwork Constructor
Northwoods.GoXam.Layout Namespace > TreeNetwork Class : TreeNetwork Constructor
Constructs an empty network.
Syntax
public TreeNetwork()
Remarks
Use this default constructor to create an empty network. Call AddNodesAndLinks to automatically add network nodes and links, or call AddNode and LinkVertexes explicitly to have more detailed control over the exact graph that is laid out.
See Also

Reference

TreeNetwork Class
TreeNetwork Members