Search
FlowChart.RoundedArrows Property
See Also
 



Gets or sets a value indicating whether the joins between segments of Polyline and Cascading arrows should be rounded.

 Syntax

VB6  Copy Code

Public Property Get RoundedArrows() As Boolean
Public Property Let RoundedArrows( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_RoundedArrows ()
void put_RoundedArrows (
    bool value
)

 Property Value

A boolean value. The default is false.

 Remarks

The value of this property is considered when drawing arrows whose Style is set to asPolyline or asPerpendicular. If the property is enabled, the joins between the segments of all such arrows are drawn as arcs, whose radius equals the value of RoundedArrowsRadius.

 See Also