symbolItem.scalingGrid

#### Availability

Flash 8.

#### Usage

symbolItem.scalingGrid

#### Description

Property; a Boolean value that specifies whether 9-slice scaling is enabled for the item.

#### Example

The following example enables 9-slice scaling for an item in the library:

javascript
fl.getDocumentDOM().library.items[0].scalingGrid = true;


#### See also

symbolItem.scalingGridRect (../SymbolItem_object/symbolIte7.md)

<span id="symbolItem.scalingGridRect" class="anchor"></span>