# GrapeCity.Documents.Svg.SvgContentElement

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Svg_SvgContentElement" data-uid="GrapeCity.Documents.Svg.SvgContentElement" class="text-break">SvgContentElement Class
</h1>
  <div class="markdown level0 summary"><p>Represents text content in an SVG element.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="GrapeCity.Documents.Svg.SvgElement.html">SvgElement</a></div>
    <div class="level2"><span class="xref">SvgContentElement</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Svg.html">GrapeCity.Documents.Svg</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Svg_SvgContentElement_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SvgContentElement : SvgElement</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SvgContentElement
    Inherits SvgElement</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgContentElement__ctor_System_Xml_XmlNodeType_" data-uid="GrapeCity.Documents.Svg.SvgContentElement.#ctor(System.Xml.XmlNodeType)">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgContentElement.-ctor.html#GrapeCity_Documents_Svg_SvgContentElement__ctor_System_Xml_XmlNodeType_">SvgContentElement(XmlNodeType)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Svg.SvgContentElement.html">SvgContentElement</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgContentElement_Content" data-uid="GrapeCity.Documents.Svg.SvgContentElement.Content">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgContentElement.Content.html#GrapeCity_Documents_Svg_SvgContentElement_Content">Content</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text content.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgContentElement_ElementName" data-uid="GrapeCity.Documents.Svg.SvgContentElement.ElementName">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgContentElement.ElementName.html#GrapeCity_Documents_Svg_SvgContentElement_ElementName">ElementName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the SVG or non-SVG name of the current element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgContentElement_NodeType" data-uid="GrapeCity.Documents.Svg.SvgContentElement.NodeType">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgContentElement.NodeType.html#GrapeCity_Documents_Svg_SvgContentElement_NodeType">NodeType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the type of XML node.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
