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

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