# GrapeCity.Documents.Svg.SvgSvgElement

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Svg_SvgSvgElement" data-uid="GrapeCity.Documents.Svg.SvgSvgElement" class="text-break">SvgSvgElement Class
</h1>
  <div class="markdown level0 summary"><p>Represents the '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"><a class="xref" href="GrapeCity.Documents.Svg.SvgGraphicsElement.html">SvgGraphicsElement</a></div>
    <div class="level3"><span class="xref">SvgSvgElement</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_SvgSvgElement_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SvgSvgElement : SvgGraphicsElement</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SvgSvgElement
    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_SvgSvgElement__ctor" data-uid="GrapeCity.Documents.Svg.SvgSvgElement.#ctor">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgSvgElement.-ctor.html#GrapeCity_Documents_Svg_SvgSvgElement__ctor">SvgSvgElement()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Svg.SvgSvgElement.html">SvgSvgElement</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_SvgSvgElement_SvgName" data-uid="GrapeCity.Documents.Svg.SvgSvgElement.SvgName">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgSvgElement.SvgName.html">SvgName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the SVG name of <a class="xref" href="GrapeCity.Documents.Svg.SvgSvgElement.html">SvgSvgElement</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_SvgSvgElement_ElementName" data-uid="GrapeCity.Documents.Svg.SvgSvgElement.ElementName">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgSvgElement.ElementName.html#GrapeCity_Documents_Svg_SvgSvgElement_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_SvgSvgElement_Height" data-uid="GrapeCity.Documents.Svg.SvgSvgElement.Height">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgSvgElement.Height.html#GrapeCity_Documents_Svg_SvgSvgElement_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_SvgSvgElement_MaxHeight" data-uid="GrapeCity.Documents.Svg.SvgSvgElement.MaxHeight">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgSvgElement.MaxHeight.html#GrapeCity_Documents_Svg_SvgSvgElement_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_SvgSvgElement_MaxWidth" data-uid="GrapeCity.Documents.Svg.SvgSvgElement.MaxWidth">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgSvgElement.MaxWidth.html#GrapeCity_Documents_Svg_SvgSvgElement_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_SvgSvgElement_MinHeight" data-uid="GrapeCity.Documents.Svg.SvgSvgElement.MinHeight">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgSvgElement.MinHeight.html#GrapeCity_Documents_Svg_SvgSvgElement_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_SvgSvgElement_MinWidth" data-uid="GrapeCity.Documents.Svg.SvgSvgElement.MinWidth">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgSvgElement.MinWidth.html#GrapeCity_Documents_Svg_SvgSvgElement_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_SvgSvgElement_Outermost" data-uid="GrapeCity.Documents.Svg.SvgSvgElement.Outermost">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgSvgElement.Outermost.html#GrapeCity_Documents_Svg_SvgSvgElement_Outermost">Outermost</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating if this 'svg' element is outermost.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgSvgElement_PreserveAspectRatio" data-uid="GrapeCity.Documents.Svg.SvgSvgElement.PreserveAspectRatio">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgSvgElement.PreserveAspectRatio.html#GrapeCity_Documents_Svg_SvgSvgElement_PreserveAspectRatio">PreserveAspectRatio</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating how referenced objects should be fitted with respect to the reference rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgSvgElement_ViewBox" data-uid="GrapeCity.Documents.Svg.SvgSvgElement.ViewBox">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgSvgElement.ViewBox.html#GrapeCity_Documents_Svg_SvgSvgElement_ViewBox">ViewBox</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a rectangle in user space that should be mapped to the bounds of the SVG viewport established by the given element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgSvgElement_Width" data-uid="GrapeCity.Documents.Svg.SvgSvgElement.Width">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgSvgElement.Width.html#GrapeCity_Documents_Svg_SvgSvgElement_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_SvgSvgElement_X" data-uid="GrapeCity.Documents.Svg.SvgSvgElement.X">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgSvgElement.X.html#GrapeCity_Documents_Svg_SvgSvgElement_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_SvgSvgElement_Y" data-uid="GrapeCity.Documents.Svg.SvgSvgElement.Y">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgSvgElement.Y.html#GrapeCity_Documents_Svg_SvgSvgElement_Y">Y</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical coordinate.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
