RectangleObject.bottomLeftRadius

#### Availability

Flash CS3 Professional.

#### Usage

RectangleObject.bottomLeftRadius

#### Description

Read-only property; a float value that sets the radius of the bottom-left 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.bottomRightRadius (../Rectangle_object/RectangleObjec1.md), RectangleObject.lockFlag (../Rectangle_object/RectangleObjec2.md), RectangleObject.topLeftRadius (../Rectangle_object/RectangleObjec3.md), RectangleObject.topRightRadius (../Rectangle_object/RectangleObjec4.md)

<span id="RectangleObject.bottomRightRadius" class="anchor"></span>