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().

Example

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

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

See also

symbolItem.scalingGrid