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

In This Topic
    Y Property (SvgSymbolElement)
    In This Topic
    Gets or sets the vertical coordinate.
    Syntax
    'Declaration
     
    Public Property Y As System.Nullable(Of SvgLength)
    public System.Nullable<SvgLength> Y {get; set;}
    See Also