MindFusion.Wpf Pack Programmer's Guide
SpringLayout.Randomize Property
See Also
 





Gets or sets a value indicating whether nodes should be placed at random positions when the layout routine starts.

Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool Randomize { get; set; }

Visual Basic  Copy Code

Public Property Randomize As Boolean

 Property Value

true to start with random node positions, otherwise false. The default value is false.

 See Also

SpringLayout Members
SpringLayout Class
MindFusion.Diagramming.Wpf.Layout Namespace
RandomSeed Property