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





Gets or sets a value indicating whether the 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 the simulation with random node positions; false to start it with the original node positions. The default is true.

 See Also

AnnealLayout Members
AnnealLayout Class
MindFusion.Diagramming.Wpf.Layout Namespace