[]
Represents a 'skewY' function in the transform list.
public class SvgSkewYTransform : SvgTransform
Initializes a new instance of the SvgSkewYTransform class.
public SvgSkewYTransform()
Gets or sets the angle for a 2D skew transformation along the Y axis.
public SvgAngle Angle { get; set; }