RectangleObject.bottomRightRadius
#### Availability
Flash CS3 Professional.
#### Usage
RectangleObject.bottomRightRadius
#### Description
Read-only property; a float value that sets the radius of the bottom-right corner of the Rectangle object. If
RectangleObject.lockFlag (../Rectangle_object/RectangleObjec2.md) is true, trying to set this value has no effect.
To set this value, use document.setRectangleObjectProperty() (../Document_object/docu9643.md).
#### See also
document.setRectangleObjectProperty() (../Document_object/docu9643.md), RectangleObject.bottomLeftRadius (../Rectangle_object/RectangleObject.md), RectangleObject.lockFlag (../Rectangle_object/RectangleObjec2.md), RectangleObject.topLeftRadius (../Rectangle_object/RectangleObjec3.md), RectangleObject.topRightRadius (../Rectangle_object/RectangleObjec4.md)
<span id="RectangleObject.lockFlag" class="anchor"></span>