Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 962 Bytes

File metadata and controls

21 lines (11 loc) · 962 Bytes

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().

See also

document.setRectangleObjectProperty(), RectangleObject.bottomLeftRadius, RectangleObject.bottomRightRadius, RectangleObject.topLeftRadius, RectangleObject.topRightRadius