# GrapeCity.Documents.Svg.SvgAttribute

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Svg_SvgAttribute" data-uid="GrapeCity.Documents.Svg.SvgAttribute" class="text-break">SvgAttribute Class
</h1>
  <div class="markdown level0 summary"><p>Represents an SVG attribute.</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"><span class="xref">SvgAttribute</span></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Svg.SvgCustomAttribute.html">SvgCustomAttribute</a></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_SvgAttribute_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class SvgAttribute</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class SvgAttribute</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_SvgAttribute__ctor_GrapeCity_Documents_Svg_SvgAttributeType_" data-uid="GrapeCity.Documents.Svg.SvgAttribute.#ctor(GrapeCity.Documents.Svg.SvgAttributeType)">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgAttribute.-ctor.html#GrapeCity_Documents_Svg_SvgAttribute__ctor_GrapeCity_Documents_Svg_SvgAttributeType_">SvgAttribute(SvgAttributeType)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Svg.SvgAttribute.html">SvgAttribute</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_SvgAttribute_AttributeName" data-uid="GrapeCity.Documents.Svg.SvgAttribute.AttributeName">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgAttribute.AttributeName.html#GrapeCity_Documents_Svg_SvgAttribute_AttributeName">AttributeName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the SVG name of the current attribute.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgAttribute_AttributeType" data-uid="GrapeCity.Documents.Svg.SvgAttribute.AttributeType">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgAttribute.AttributeType.html#GrapeCity_Documents_Svg_SvgAttribute_AttributeType">AttributeType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the type of the current SVG attribute.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgAttribute_Namespace" data-uid="GrapeCity.Documents.Svg.SvgAttribute.Namespace">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgAttribute.Namespace.html#GrapeCity_Documents_Svg_SvgAttribute_Namespace">Namespace</a>
        </td>
        <td class="markdown level1 summary"><p>Get the namespace of the current attribute.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
