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

In This Topic
    X Property (SvgTextPositioningElement)
    In This Topic
    Gets or sets the list of absolute X coordinates.
    Syntax
    'Declaration
     
    Public Property X As System.Collections.Generic.List(Of SvgLength)
    public System.Collections.Generic.List<SvgLength> X {get; set;}
    See Also