Search
DiagramLinkExtensions.DrawCrossings(T) Method
See Also
 





Sets a value indicating whether the points where this link crosses other links should be drawn as arcs or dashes.

Namespace: MindFusion.Diagramming.Fluent
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static T DrawCrossings<T> (
    T diagramLink,
    bool value
) where T : DiagramLink

Visual Basic  Copy Code

Public Shared Function DrawCrossings(Of T As DiagramLink) ( _
    diagramLink As T, _
    value As Boolean _
) As T

 Parameters

diagramLink

value

 Return Value

 See Also