element.skewX

Availability

Flash CS3 Professional.

Usage

element.skewX

Description

Property; a float value between -180 and 180 that specifies the x skew value of symbols, drawing objects, and primitive rectangles and ovals.

Example

The following example sets the x skew value of the current selection to 10:

var element = fl.getDocumentDOM().selection[0];
element.skewX = 10;

See also

document.setTransformationPoint(), element.skewY