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

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