A type of ILayoutAlgorithm that simply randomizes all the positions of the nodes within an IDiagramModel.

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

Syntax

C#
public class RandomLayoutAlgorithm : LayoutAlgorithmBase
Visual Basic (Declaration)
Public Class RandomLayoutAlgorithm _
	Inherits LayoutAlgorithmBase

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfDiagramming.Foundation..::.LayoutAlgorithmBase
    Mindscape.WpfDiagramming.Foundation..::.RandomLayoutAlgorithm

See Also