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

In This Topic
    Y Property (SvgUseElement)
    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