Search
Diagram.CrossingRadius Property
See Also
 






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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double CrossingRadius { get; set; }

Visual Basic  Copy Code

Public Property CrossingRadius As Double

 Property Value

A double value specifying the radius of the arcs drawn at link intersection points.

 See Also