MindFusion.Wpf Pack Programmer's Guide
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.Wpf.Layout.Fluent
Assembly: MindFusion.Diagramming.Wpf

 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

GridLayoutExtensions Members
GridLayoutExtensions Class
MindFusion.Diagramming.Wpf.Layout.Fluent Namespace