Northwoods.GoSilverlight 1.1.3 Assembly
DoLayout Method
See Also  Send Feedback
Northwoods.GoXam.Layout Namespace > IDiagramLayout Interface : DoLayout Method

nodes
the Nodes to operate on
Actually perform the layout computations--positioning the nodes and routing the links.

Syntax

Visual Basic (Declaration) 
Sub DoLayout( _
   ByVal nodes As IEnumerable(Of Node), _
   ByVal links As IEnumerable(Of Link) _
) 
C# 
void DoLayout( 
   IEnumerable<Node> nodes,
   IEnumerable<Link> links
)

Parameters

nodes
the Nodes to operate on
links
the Links to operate on

See Also