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

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