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

In This Topic
    X2 Property (SvgCurveToCommand)
    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