GoXam for WPF v3
LayoutNodesAndLinks Method (CircularLayout)
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
>
CircularLayout Class
: LayoutNodesAndLinks Method
Call
GenericNetwork.Vertex<V,E,Y>.CommitPosition
to position each node, call LayoutComments, and then call
GenericNetwork.Edge<V,E,Y>.CommitPosition
to route the links.
Syntax
C#
protected
virtual
void
LayoutNodesAndLinks()
Remarks
This sets any port spots, as directed by SetPortSpots, and then calls
LayoutNodes
and
LayoutLinks
.
See Also
Reference
CircularLayout Class
CircularLayout Members