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

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