OvalObject.endAngle
#### Availability
Flash CS3 Professional.
#### Usage
OvalObject.endAngle
#### Description
Read-only property; a float value that specifies the end angle of the Oval object. Acceptable values are from 0 to 360. To set this value, use document.setOvalObjectProperty() (../Document_object/docum590.md).
#### Example
The following example sets the end angle of selected Oval objects to 270.
javascript
fl.getDocumentDOM().setOvalObjectProperty("endAngle",270);
#### See also
document.setOvalObjectProperty() (../Document_object/docum590.md), OvalObject.startAngle (../Oval_object/OvalObjec3.md), shape.isOvalObject (../Shape_object/shape9.md)