GoXam for WPF v3
CircularNetwork Constructor
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam.Layout Namespace
>
CircularNetwork Class
: CircularNetwork Constructor
Constructs an empty network.
Syntax
C#
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