Namespace:  QuickGraph.Algorithms.Layout
Assembly:  QuickGraph.Algorithms (in QuickGraph.Algorithms.dll) Version: 2.4.2.1514 (2.4.2.1514)

Syntax

C#
public interface IForceDirectedLayoutAlgorithm : IIteratedLayoutAlgorithm, 
	ILayoutAlgorithm, IAlgorithm
Visual Basic (Declaration)
Public Interface IForceDirectedLayoutAlgorithm _
	Implements IIteratedLayoutAlgorithm, ILayoutAlgorithm, IAlgorithm

See Also