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
Assembly: MindFusion.Diagramming
C# 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.
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.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |