Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgImageElement Class / X Property

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