OvalObject summary

Inheritance Element object (../Element_object/element_summary.md) >Shape object (../Shape_object/shape_summary.md) Oval object

#### Availability

Flash CS3 Professional.

#### Description

The Oval object is a shape that is drawn using the Oval Primitive tool. To determine if an item is an Oval object, use
shape.isOvalObject (../Shape_object/shape9.md).

#### Property summary

In addition to the Shape object (../Shape_object/shape_summary.md) properties, you can use the following properties with the Oval object. To set the properties of an Oval object, use document.setOvalObjectProperty() (../Document_object/docum590.md).

| Property | Description |
|-----------------------------------------------|-------------------------------------------------------------------------------------------------------------------|
| OvalObject.closePath (../Oval_object/OvalObject.md) | Read-only; a Boolean value that specifies whether the Close Path check box in the Property inspector is selected. |
| OvalObject.endAngle (../Oval_object/OvalObjec1.md) | Read-only; a float value that specifies the end angle of the Oval object. |
| OvalObject.innerRadius (../Oval_object/OvalObjec2.md) | Read-only; a float value that specifies the inner radius of the Oval object as a percentage. |
| OvalObject.startAngle (../Oval_object/OvalObjec3.md) | Read-only; a float value that specifies the start angle of the Oval object. |

<span id="OvalObject.closePath" class="anchor"></span>