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

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