Search
FlowChart.CrossRadius Property
See Also
 



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

 Syntax

VB6  Copy Code

Public Property Get CrossRadius() As Long
Public Property Let CrossRadius( _
    ByVal value As Long _
)

C++  Copy Code

public:
int get_CrossRadius ()
void put_CrossRadius (
    int value
)

 Property Value

A long value. The default is 8.

 Remarks

Gets or sets the radius length of decorations displayed at arrow crossing points. These decorations can be arcs or breaks, as specified through the ArrowCrossings property.

 See Also