RectangleObject.lockFlag

#### Availability

Flash CS3 Professional.

#### Usage

RectangleObject.lockFlag

#### Description

Read-only property; a Boolean value that determines whether different corners of the rectangle can have different radius values. If this value is true, all corners have the value assigned to RectangleObject.topLeftRadius. If it is false, each corner radius can be set independently.

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.topLeftRadius (../Rectangle_object/RectangleObjec3.md), RectangleObject.topRightRadius (../Rectangle_object/RectangleObjec4.md)

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