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

In This Topic
    X2 Property (SvgLineElement)
    In This Topic
    Gets or sets the horizontal coordinate of the second point.
    Syntax
    'Declaration
     
    Public Property X2 As System.Nullable(Of SvgLength)
    public System.Nullable<SvgLength> X2 {get; set;}
    See Also