GoXam for WPF v3
LayoutNodesAndLinks Method (TreeLayout)
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
>
TreeLayout Class
: LayoutNodesAndLinks Method
Call
GenericNetwork.Vertex<V,E,Y>.CommitPosition
to position each node, call
LayoutComments
, and then call
TreeEdge.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
TreeLayout Class
TreeLayout Members