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