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
C# Copy Code |
---|
public bool Randomize { get; set; } |
Visual Basic Copy Code |
---|
Public Property Randomize As Boolean |
true to start the simulation with random node positions; false to start it with the original node positions. The default is true.