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

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