Search
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.Layout
Package: MindFusion.Diagramming

 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