Search
SpringLayoutExtensions.LayoutMethod(T) Method
See Also
 





Specifies what energy model to use for the simulation.

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

 Syntax

C#  Copy Code

public static T LayoutMethod<T> (
    T springLayout,
    SpringLayoutMethod value
) where T : SpringLayout

Visual Basic  Copy Code

Public Shared Function LayoutMethod(Of T As SpringLayout) ( _
    springLayout As T, _
    value As SpringLayoutMethod _
) As T

 Parameters

springLayout

value

 Return Value

 See Also