MindFusion.Wpf Pack Programmer's Guide
TopologicalLayoutExtensions.BendAdjacentLinks(T) Method
See Also
 





Sets a value indicating whether to bend links connecting adjacent nodes or draw them as straight lines.

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

 Syntax

C#  Copy Code

public static T BendAdjacentLinks<T> (
    T topologicalLayout,
    bool value
) where T : TopologicalLayout

Visual Basic  Copy Code

Public Shared Function BendAdjacentLinks(Of T As TopologicalLayout) ( _
    topologicalLayout As T, _
    value As Boolean _
) As T

 Parameters

topologicalLayout

value

 Return Value

 See Also

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