Class CSSSkewY
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The CSSSkewY interface of the CSS Typed Object Model API represents the skewY() value of the individual {{CSSXRef('transform')}} property in CSS. It inherits properties and methods from its parent CSSTransformValue.
[Value("CSSSkewY")]
public class CSSSkewY : CSSTransformComponent
- Inheritance
-
CSSSkewY
- Inherited Members
Remarks
Constructors
CSSSkewY()
public CSSSkewY()
CSSSkewY(CSSNumericValue)
The CSSSkewY() constructor creates a new
CSSSkewY object which represents theskewY() value
of the individual 'transform' property in CSS.
public CSSSkewY(CSSNumericValue ay)
Parameters
Remarks
Properties
Ay
The ay property of the
CSSSkewY interface gets and sets the angle used to distort the element
along the y-axis (or ordinate).
[Value("ay")]
public CSSNumericValue Ay { get; set; }