Gets or sets the radius length of decorations displayed at link intersection points.
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 the arcs drawn at link intersection points.
If LinkCrossings is set to Cut, link segments are cut at intersection points and this property defines the length of the break left between adjacent cut points. If LinkCrossings is set to Arcs, this property defines the radius of the arcs drawn over intersection points.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |