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

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