GoXam for WPF v3
LayoutNodesAndLinks Method (LayeredDigraphLayout)
Northwoods.GoXam.Layout Namespace > LayeredDigraphLayout Class : LayoutNodesAndLinks Method
Updates the physical location of "real" nodes and links to reflect the layout.
Syntax
public virtual void LayoutNodesAndLinks()
Remarks
One reason to override this method would be to take advantage of added functionality of sub-classes of Link, for example, a sub-class that tracked bend points and allowed them to be repositioned by the application. See also LayoutNodes and LayoutLinks.
See Also

Reference

LayeredDigraphLayout Class
LayeredDigraphLayout Members