ax property

The ax property of the CSSSkew interface gets and sets the angle used to distort the element along the x-axis (or abscissa).

Implementation

external CSSNumericValue get ax;
set ax (CSSNumericValue value)

Implementation

external set ax(CSSNumericValue value);