Search
SpringLayoutExtensions.Randomize Method
See Also
 





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

Namespace: MindFusion.Diagramming.Layout.Fluent
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static SpringLayout Randomize (
    SpringLayout springLayout,
    bool value
)

Visual Basic  Copy Code

Public Shared Function Randomize( _
    springLayout As SpringLayout, _
    value As Boolean _
) As SpringLayout

 Parameters

springLayout

value

 Return Value

 See Also