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.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public bool DrawCrossings { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DrawCrossings As Boolean |
true if crossing points should be drawn as arcs or dashes; otherwise, false. The default is true.
RemarksThe 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