Runs the force-based layout algorithm on the given StarDiagramModel for the number of iterations defined by MaxIterations or until a suitable layout has been reached.

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 override void Run(
	IDiagramModel model
)
Visual Basic (Declaration)
Public Overrides Sub Run ( _
	model As IDiagramModel _
)

Parameters

model
Type: Mindscape.WpfDiagramming.Foundation..::.IDiagramModel
The StarDiagramModel to apply the force-based layout algorithm to.

Implements

ILayoutAlgorithm..::.Run(IDiagramModel)

See Also