Search
DiagramLink.CrossingRadius Property
See Also
 





Gets or sets the radius length of decorations displayed at intersection points of this link.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float CrossingRadius { get; set; }

Visual Basic  Copy Code

Public Property CrossingRadius As Single

 Property Value

A float value specifying the radius of arcs or cuts displayed at the intersection points of this link. The default is 0.

 Remarks

If this property is set to 0, the control uses the value of the Diagram.CrossingRadius property.

 See Also