element.skewY

#### Availability

Flash CS3 Professional.

#### Usage

element.skewY

#### Description

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

#### Example

javascript
The following example sets the y skew value of the current selection to 10:
var element = fl.getDocumentDOM().selection[0]; 
element.skewY = 10;


#### See also

document.setTransformationPoint() (../Document_object/docu9939.md), element.skewX (../Element_object/elemen20.md)