Rectangleobject.bottomrightradius, Rectangleobject.lockflag, Rectangleobject.topleftradius – Adobe Extending Flash Professional CS4 User Manual

Page 387

Advertising
background image

365

EXTENDING FLASH CS4 PROFESSIONAL

Rectangle object

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

is true, trying to set this value has no effect.

To set this value, use

document.setRectangleObjectProperty()

.

See also

document.setRectangleObjectProperty()

,

RectangleObject.bottomLeftRadius

,

RectangleObject.lockFlag

,

RectangleObject.topLeftRadius

,

RectangleObject.topRightRadius

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

RectangleObject.topLeftRadius

Availability
Flash CS3 Professional.

Usage

RectangleObject.topLeftRadius

Advertising