Search
GridLayoutExtensions.UseLongestPath(T) Method
See Also
 





Sets a value indicating whether the algorithm should arrange nodes around the longest path in the graph.

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

 Syntax

C#  Copy Code

public static T UseLongestPath<T> (
    T gridLayout,
    bool value
) where T : GridLayout

Visual Basic  Copy Code

Public Shared Function UseLongestPath(Of T As GridLayout) ( _
    gridLayout As T, _
    value As Boolean _
) As T

 Parameters

gridLayout

value

 Return Value

 See Also