# GrapeCity.Documents.Svg.SvgUseElement

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Svg_SvgUseElement" data-uid="GrapeCity.Documents.Svg.SvgUseElement" class="text-break">SvgUseElement Class
</h1>
  <div class="markdown level0 summary"><p>Represents the 'use' 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"><a class="xref" href="GrapeCity.Documents.Svg.SvgGraphicsElement.html">SvgGraphicsElement</a></div>
    <div class="level3"><span class="xref">SvgUseElement</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_SvgUseElement_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SvgUseElement : SvgGraphicsElement</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SvgUseElement
    Inherits SvgGraphicsElement</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_SvgUseElement__ctor" data-uid="GrapeCity.Documents.Svg.SvgUseElement.#ctor">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgUseElement.-ctor.html#GrapeCity_Documents_Svg_SvgUseElement__ctor">SvgUseElement()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Svg.SvgUseElement.html">SvgUseElement</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</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_SvgUseElement_SvgName" data-uid="GrapeCity.Documents.Svg.SvgUseElement.SvgName">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgUseElement.SvgName.html">SvgName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the SVG name of <a class="xref" href="GrapeCity.Documents.Svg.SvgUseElement.html">SvgUseElement</a>.</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_SvgUseElement_ElementName" data-uid="GrapeCity.Documents.Svg.SvgUseElement.ElementName">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgUseElement.ElementName.html#GrapeCity_Documents_Svg_SvgUseElement_ElementName">ElementName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the SVG name of the current element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgUseElement_Height" data-uid="GrapeCity.Documents.Svg.SvgUseElement.Height">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgUseElement.Height.html#GrapeCity_Documents_Svg_SvgUseElement_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the content height.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgUseElement_Href" data-uid="GrapeCity.Documents.Svg.SvgUseElement.Href">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgUseElement.Href.html#GrapeCity_Documents_Svg_SvgUseElement_Href">Href</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a reference to element/fragment within the SVG document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgUseElement_MaxHeight" data-uid="GrapeCity.Documents.Svg.SvgUseElement.MaxHeight">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgUseElement.MaxHeight.html#GrapeCity_Documents_Svg_SvgUseElement_MaxHeight">MaxHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum content height.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgUseElement_MaxWidth" data-uid="GrapeCity.Documents.Svg.SvgUseElement.MaxWidth">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgUseElement.MaxWidth.html#GrapeCity_Documents_Svg_SvgUseElement_MaxWidth">MaxWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum content width.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgUseElement_MinHeight" data-uid="GrapeCity.Documents.Svg.SvgUseElement.MinHeight">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgUseElement.MinHeight.html#GrapeCity_Documents_Svg_SvgUseElement_MinHeight">MinHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum content height.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgUseElement_MinWidth" data-uid="GrapeCity.Documents.Svg.SvgUseElement.MinWidth">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgUseElement.MinWidth.html#GrapeCity_Documents_Svg_SvgUseElement_MinWidth">MinWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum content width.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgUseElement_Width" data-uid="GrapeCity.Documents.Svg.SvgUseElement.Width">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgUseElement.Width.html#GrapeCity_Documents_Svg_SvgUseElement_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the content width.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgUseElement_X" data-uid="GrapeCity.Documents.Svg.SvgUseElement.X">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgUseElement.X.html#GrapeCity_Documents_Svg_SvgUseElement_X">X</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal coordinate.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgUseElement_Y" data-uid="GrapeCity.Documents.Svg.SvgUseElement.Y">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgUseElement.Y.html#GrapeCity_Documents_Svg_SvgUseElement_Y">Y</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical coordinate.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
