MindFusion.Wpf Pack Programmer's Guide
LayeredLayoutExtensions.TimeLimit Method
See Also
 





Sets a time-out value for the path-finding part of the layered layout algorithm.

Namespace: MindFusion.Diagramming.Wpf.Layout.Fluent
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public static LayeredLayout TimeLimit (
    LayeredLayout layeredLayout,
    long value
)

Visual Basic  Copy Code

Public Shared Function TimeLimit( _
    layeredLayout As LayeredLayout, _
    value As Long _
) As LayeredLayout

 Parameters

layeredLayout

value

 Return Value

 See Also

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