Gets or sets the radius of arc joins of rounded arrows' segments.
SyntaxVB6
Copy Code
|
|---|
Public Property Get RoundedArrowsRadius() As Single |
C++
Copy Code
|
|---|
public: |
A float value. The default is 40.
RemarksThe 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