Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgSmoothCurveToCommand Class / X2 Property

In This Topic
    X2 Property (SvgSmoothCurveToCommand)
    In This Topic
    Gets or sets the X-coordinate of the second control point.
    Syntax
    'Declaration
     
    Public Property X2 As System.Single
    public System.float X2 {get; set;}
    See Also