Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgElement Class / ElementName Property

In This Topic
    ElementName Property (SvgElement)
    In This Topic
    Gets the SVG or non-SVG name of the current element.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property ElementName As System.String
    public abstract System.string ElementName {get;}
    See Also