MindFusion.Wpf Pack Programmer's Guide
LayeredLayoutExtensions.EnforceLinkFlow(T) Method
See Also
 





Sets a value indicating whether to attempt to force all links to go in the same direction. If the graph being arranged has cycles, some of the links will still go backward.

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

 Syntax

C#  Copy Code

public static T EnforceLinkFlow<T> (
    T layeredLayout,
    bool value
) where T : LayeredLayout

Visual Basic  Copy Code

Public Shared Function EnforceLinkFlow(Of T As LayeredLayout) ( _
    layeredLayout As T, _
    value As Boolean _
) As T

 Parameters

layeredLayout

value

 Return Value

 See Also

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