Search
SpringLayoutExtensions.RandomSeed Method
See Also
 





Sets the randomization seed to use for generating random node positions.

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

 Syntax

C#  Copy Code

public static SpringLayout RandomSeed (
    SpringLayout springLayout,
    int value
)

Visual Basic  Copy Code

Public Shared Function RandomSeed( _
    springLayout As SpringLayout, _
    value As Integer _
) As SpringLayout

 Parameters

springLayout

value

 Return Value

 See Also