Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 758 Bytes

File metadata and controls

24 lines (15 loc) · 758 Bytes

OvalObject.closePath

Availability

Flash CS3 Professional.

Usage

OvalObject.closePath

Description

Read-only property; a Boolean value that specifies whether the Close Path check box in the Property inspector is selected. If the start angle and end angle values for the object are the same, setting this property has no effect until the values change. To set this value, use document.setOvalObjectProperty().

Example

The following example deselects the OvalObject.closePath property:

fl.getDocumentDOM().setOvalObjectProperty("closePath",false);

See also

document.setOvalObjectProperty(), shape.isOvalObject