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

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