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

In This Topic
    X Property (SvgUseElement)
    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