Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgQuadraticBezierCurveToCommand Class / X1 Property

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