A type of ILayoutAlgorithm that uses physics equations revolving around spring theory and particle theory to force all the nodes of a StarDiagramModel into a sutable position. The StarDiagramForceBasedLayout does not modify the positions of CommentNode or TitleNode objects within the StarDiagramModel.

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 class StarDiagramForceBasedLayout : LayoutAlgorithmBase
Visual Basic (Declaration)
Public Class StarDiagramForceBasedLayout _
	Inherits LayoutAlgorithmBase

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfDiagramming.Foundation..::.LayoutAlgorithmBase
    Mindscape.WpfDiagramming.StarDiagrams..::.StarDiagramForceBasedLayout

See Also