# GrapeCity.Documents.Svg.SvgPatternElement

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Svg_SvgPatternElement" data-uid="GrapeCity.Documents.Svg.SvgPatternElement" class="text-break">SvgPatternElement Class
</h1>
  <div class="markdown level0 summary"><p>Represents the 'pattern' 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">SvgPatternElement</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_SvgPatternElement_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SvgPatternElement : SvgElement</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SvgPatternElement
    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_SvgPatternElement__ctor" data-uid="GrapeCity.Documents.Svg.SvgPatternElement.#ctor">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgPatternElement.-ctor.html#GrapeCity_Documents_Svg_SvgPatternElement__ctor">SvgPatternElement()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Svg.SvgPatternElement.html">SvgPatternElement</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_SvgPatternElement_SvgName" data-uid="GrapeCity.Documents.Svg.SvgPatternElement.SvgName">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgPatternElement.SvgName.html">SvgName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the SVG name of <a class="xref" href="GrapeCity.Documents.Svg.SvgPatternElement.html">SvgPatternElement</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_SvgPatternElement_ElementName" data-uid="GrapeCity.Documents.Svg.SvgPatternElement.ElementName">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgPatternElement.ElementName.html#GrapeCity_Documents_Svg_SvgPatternElement_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_SvgPatternElement_Height" data-uid="GrapeCity.Documents.Svg.SvgPatternElement.Height">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgPatternElement.Height.html#GrapeCity_Documents_Svg_SvgPatternElement_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_SvgPatternElement_Href" data-uid="GrapeCity.Documents.Svg.SvgPatternElement.Href">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgPatternElement.Href.html#GrapeCity_Documents_Svg_SvgPatternElement_Href">Href</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a reference to a different pattern element within the SVG document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgPatternElement_PatternContentUnits" data-uid="GrapeCity.Documents.Svg.SvgPatternElement.PatternContentUnits">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgPatternElement.PatternContentUnits.html#GrapeCity_Documents_Svg_SvgPatternElement_PatternContentUnits">PatternContentUnits</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifying the coordinate system for the contents of the <a class="xref" href="GrapeCity.Documents.Svg.SvgPatternElement.html">SvgPatternElement</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgPatternElement_PatternTransform" data-uid="GrapeCity.Documents.Svg.SvgPatternElement.PatternTransform">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgPatternElement.PatternTransform.html#GrapeCity_Documents_Svg_SvgPatternElement_PatternTransform">PatternTransform</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the list of additional transformations from the pattern coordinate system onto the target coordinate system.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgPatternElement_PatternUnits" data-uid="GrapeCity.Documents.Svg.SvgPatternElement.PatternUnits">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgPatternElement.PatternUnits.html#GrapeCity_Documents_Svg_SvgPatternElement_PatternUnits">PatternUnits</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifying the coordinate system for the positional attributes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgPatternElement_PreserveAspectRatio" data-uid="GrapeCity.Documents.Svg.SvgPatternElement.PreserveAspectRatio">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgPatternElement.PreserveAspectRatio.html#GrapeCity_Documents_Svg_SvgPatternElement_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_SvgPatternElement_ViewBox" data-uid="GrapeCity.Documents.Svg.SvgPatternElement.ViewBox">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgPatternElement.ViewBox.html#GrapeCity_Documents_Svg_SvgPatternElement_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_SvgPatternElement_Width" data-uid="GrapeCity.Documents.Svg.SvgPatternElement.Width">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgPatternElement.Width.html#GrapeCity_Documents_Svg_SvgPatternElement_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_SvgPatternElement_X" data-uid="GrapeCity.Documents.Svg.SvgPatternElement.X">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgPatternElement.X.html#GrapeCity_Documents_Svg_SvgPatternElement_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_SvgPatternElement_Y" data-uid="GrapeCity.Documents.Svg.SvgPatternElement.Y">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgPatternElement.Y.html#GrapeCity_Documents_Svg_SvgPatternElement_Y">Y</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical coordinate.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
