Runs this layout algorithm on the given model while making sure the given node is not affected. This is useful when the user is dragging a node.

Namespace:  Mindscape.WpfDiagramming.StarDiagrams
Assembly:  Mindscape.WpfDiagramming.StarDiagrams (in Mindscape.WpfDiagramming.StarDiagrams.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public void Run(
	IDiagramModel model,
	IDiagramNode node
)
Visual Basic (Declaration)
Public Sub Run ( _
	model As IDiagramModel, _
	node As IDiagramNode _
)

Parameters

model
Type: Mindscape.WpfDiagramming.Foundation..::.IDiagramModel
The diagram model to apply this layout algorithm to.
node
Type: Mindscape.WpfDiagramming.Foundation..::.IDiagramNode
The node that should not be affected by this algorithm.

See Also