Search
FlowChart.RoundedArrowsRadius Property
See Also
 



Gets or sets the radius of arc joins of rounded arrows' segments.

 Syntax

VB6  Copy Code

Public Property Get RoundedArrowsRadius() As Single
Public Property Let RoundedArrowsRadius( _
    ByVal value As Single _
)

C++  Copy Code

public:
float get_RoundedArrowsRadius ()
void put_RoundedArrowsRadius (
    float value
)

 Property Value

A float value. The default is 40.

 Remarks

The value of this property is used when RoundedArrows is enabled. It specifies the radius of the arcs drawn as joins between arrow segments.

 See Also