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

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