GoXam for WPF v3
DoLayout Method (MultiLayout)
Northwoods.GoXam.Layout Namespace > MultiLayout Class : DoLayout Method
Actually perform all of the Layouts for the given nodes and links.
Syntax
public virtual void DoLayout( 
   IEnumerable<Node> nodes,
   IEnumerable<Link> links
)

Parameters

nodes
links
Remarks
This iterates over the layouts in Layouts. If the layout's ValidLayout is false, it gets the subsets of nodes and links that apply to that particular layout and then calls DoLayout on it.
See Also

Reference

MultiLayout Class
MultiLayout Members