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

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