Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgSkewXTransform Class / Angle Property

In This Topic
    Angle Property (SvgSkewXTransform)
    In This Topic
    Gets or sets the angle for a 2D skew transformation along the X axis.
    Syntax
    'Declaration
     
    Public Property Angle As SvgAngle
    public SvgAngle Angle {get; set;}
    See Also