Search
DiagramLink.DrawCrossings Property
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool DrawCrossings { get; set; }

Visual Basic  Copy Code

Public Property DrawCrossings As Boolean

 Property Value

true if crossing points should be drawn as arcs or dashes; otherwise, false. The default is true.

 Remarks

The LinkCrossings property of the Diagram class specifies what shapes are drawn at link crossing points. Individual links cannot display shapes different from the ones drawn for other links, but the crossing points shapes can be shown or hidden for a link through this property.

 See Also