Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 663 Bytes

File metadata and controls

24 lines (15 loc) · 663 Bytes

OvalObject.innerRadius

Availability

Flash CS3 Professional.

Usage

OvalObject.innerRadius

Description

Read-only property; a float value that specifies the inner radius of the Oval object as a percentage. Acceptable values are from 0 to 99. To set this value, use document.setOvalObjectProperty().

Example

The following example sets the inner radius of selected Oval objects to 50 percent:

fl.getDocumentDOM().setOvalObjectProperty("innerRadius",50);

See also

document.setOvalObjectProperty(), shape.isOvalObject