symbolItem.scalingGridRect

#### Availability

Flash 8.

#### Usage

symbolItem.scalingGridRect

#### Description

Property; a Rectangle object that specifies the locations of the four 9-slice guides. For information on the format of the rectangle, see document.addNewRectangle() (../Document_object/docume10.md).

#### Example

The following example specifies the locations of the 9-slice guides:

javascript
fl.getDocumentDOM().library.items[0].scalingGridRect = {left:338, top:237, right:3859, bottom:713};


#### See also

symbolItem.scalingGrid (../SymbolItem_object/symbolIte6.md)