# GrapeCity.Documents.Svg.SvgSpreadMethod

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Svg_SvgSpreadMethod" data-uid="GrapeCity.Documents.Svg.SvgSpreadMethod" class="text-break">SvgSpreadMethod Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies what happens if a gradient starts or ends inside the bounds of the target rectangle.</p>
</div>
  <div class="markdown level0 conceptual"></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_SvgSpreadMethod_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SvgSpreadMethod</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SvgSpreadMethod</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgSpreadMethod_Pad">Pad</td>
        <td><p>Use the terminal colors of the gradient to fill the remainder of the target region.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgSpreadMethod_Reflect">Reflect</td>
        <td><p>Reflect the gradient pattern start-to-end, end-to-start, start-to-end, etc. continuously until the target rectangle is filled.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgSpreadMethod_Repeat">Repeat</td>
        <td><p>Repeat the gradient pattern start-to-end, start-to-end, start-to-end, etc. continuously until the target region is filled.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
