GoXam for WPF v3
LayoutNodesAndLinks Method (ForceDirectedLayout)
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
>
ForceDirectedLayout Class
: LayoutNodesAndLinks Method
Updates the physical location of "real" nodes and links to reflect the layout.
Syntax
C#
protected
virtual
void
LayoutNodesAndLinks()
Remarks
This sets any port spots, as directed by
SetsPortSpots
, and then calls
LayoutNodes
and
LayoutLinks
.
See Also
Reference
ForceDirectedLayout Class
ForceDirectedLayout Members