document.setRectangleObjectProperty()

#### Availability

Flash CS3 Professional.

#### Usage

document.setRectangleObjectProperty(propertyName, value)

#### Parameters

propertyName A string that specifies the property to be set. For acceptable values, see the Property summary table for the Rectangle object (../Rectangle_object/RectangleObject_summary.md).
value The value to be assigned to the property. Acceptable values vary depending on the property you specify in propertyName.

#### Returns

Nothing.

#### Description

Method; specifies a value for a specified property of primitive Rectangle objects.

#### Example

See individual properties in Rectangle object (../Rectangle_object/RectangleObject_summary.md) for examples.

#### See also

Rectangle object (../Rectangle_object/RectangleObject_summary.md), shape.isRectangleObject (../Shape_object/shape10.md)