MindFusion.Wpf Pack Programmer's Guide
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.Wpf.Fluent
Assembly: MindFusion.Diagramming.Wpf

 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

DiagramLinkExtensions Members
DiagramLinkExtensions Class
MindFusion.Diagramming.Wpf.Fluent Namespace