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

Reference

CircularNetwork Class
CircularNetwork Members