Search
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.Layout.Fluent
Package: MindFusion.Diagramming

 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