# GrapeCity.Documents.Excel.Drawing.PathShapeType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Excel_Drawing_PathShapeType" data-uid="GrapeCity.Documents.Excel.Drawing.PathShapeType" class="text-break">PathShapeType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the type for a gradient fill.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.Drawing.html">GrapeCity.Documents.Excel.Drawing</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_Drawing_PathShapeType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum PathShapeType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum PathShapeType</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_Excel_Drawing_PathShapeType_Linear">Linear</td>
        <td><p>Specifies the linear type of gradient.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_PathShapeType_Mixed">Mixed</td>
        <td><p>Mixed shape type.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_PathShapeType_Path">Path</td>
        <td><p>Specifies the path type of gradient.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_PathShapeType_Radial">Radial</td>
        <td><p>Specifies the radial type of gradient.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_PathShapeType_Rectangular">Rectangular</td>
        <td><p>Specifies the rectangular type of gradient.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
