RectangleObject.topLeftRadius

#### Availability

Flash CS3 Professional.

#### Usage

RectangleObject.topLeftRadius

#### Description

Read-only property; a float value that sets the radius of all corners of the rectangle (if RectangleObject.lockFlag (../Rectangle_object/RectangleObjec2.md) is
true) or that sets only the radius of the top-left corner (if RectangleObject.lockFlag is false).

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.bottomRightRadius (../Rectangle_object/RectangleObjec1.md), RectangleObject.lockFlag (../Rectangle_object/RectangleObjec2.md), RectangleObject.topRightRadius (../Rectangle_object/RectangleObjec4.md)

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