Gets or sets the radius length of decorations displayed at intersection points of this link.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public float CrossingRadius { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CrossingRadius As Single |
A float value specifying the radius of arcs or cuts displayed at the intersection points of this link. The default is 0.
RemarksIf this property is set to 0, the control uses the value of the Diagram.CrossingRadius property.
See Also