# GrapeCity.Documents.Svg.SvgCustomAttribute

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Svg_SvgCustomAttribute" data-uid="GrapeCity.Documents.Svg.SvgCustomAttribute" class="text-break">SvgCustomAttribute Class
</h1>
  <div class="markdown level0 summary"><p>Represents an unknown or unsupported <a class="xref" href="GrapeCity.Documents.Svg.SvgAttribute.html">SvgAttribute</a>.</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.SvgAttribute.html">SvgAttribute</a></div>
    <div class="level2"><span class="xref">SvgCustomAttribute</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_SvgCustomAttribute_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SvgCustomAttribute : SvgAttribute</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SvgCustomAttribute
    Inherits 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_SvgCustomAttribute__ctor_System_String_System_String_System_String_" data-uid="GrapeCity.Documents.Svg.SvgCustomAttribute.#ctor(System.String,System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgCustomAttribute.-ctor.html#GrapeCity_Documents_Svg_SvgCustomAttribute__ctor_System_String_System_String_System_String_">SvgCustomAttribute(string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Svg.SvgCustomAttribute.html">SvgCustomAttribute</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_SvgCustomAttribute_AttributeName" data-uid="GrapeCity.Documents.Svg.SvgCustomAttribute.AttributeName">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgCustomAttribute.AttributeName.html#GrapeCity_Documents_Svg_SvgCustomAttribute_AttributeName">AttributeName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of the current attribute.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgCustomAttribute_Namespace" data-uid="GrapeCity.Documents.Svg.SvgCustomAttribute.Namespace">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgCustomAttribute.Namespace.html#GrapeCity_Documents_Svg_SvgCustomAttribute_Namespace">Namespace</a>
        </td>
        <td class="markdown level1 summary"><p>Get the namespace of the current attribute.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgCustomAttribute_Value" data-uid="GrapeCity.Documents.Svg.SvgCustomAttribute.Value">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgCustomAttribute.Value.html#GrapeCity_Documents_Svg_SvgCustomAttribute_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a string value of the attribute.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
