# GrapeCity.Drawing.PathShadeType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Drawing_PathShadeType" data-uid="GrapeCity.Drawing.PathShadeType" class="text-break">PathShadeType Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the shape of path to follow for a path gradient shade.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Drawing.html">GrapeCity.Drawing</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Drawing_PathShadeType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum PathShadeType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum PathShadeType</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_Drawing_PathShadeType_Circle">Circle</td>
        <td><p>Gradient follows a circular path.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_PathShadeType_Rectangle">Rectangle</td>
        <td><p>Gradient follows a rectangular path.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_PathShadeType_Shape">Shape</td>
        <td><p>Gradient follows the shape.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
