Gets or sets the radius length of decorations displayed at intersection points of this link.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public double CrossingRadius { get; set; } |
Visual Basic Copy Code |
---|
Public Property CrossingRadius As Double |
A double value specifying the radius of arcs or cuts displayed at the intersection points of this link. The default is 0.
If this property is set to 0, the control uses the value of the Diagram.CrossingRadius property.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |