# GrapeCity.Spreadsheet.Drawing.GeometryFillMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_Drawing_GeometryFillMode" data-uid="GrapeCity.Spreadsheet.Drawing.GeometryFillMode" class="text-break">GeometryFillMode Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the manner in which a geometry should be filled.
The lightening and darkening of a geometry allow for certain parts of the shape to be colored lighter of darker depending on user preference.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Drawing.html">GrapeCity.Spreadsheet.Drawing</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Drawing_GeometryFillMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum GeometryFillMode : byte</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum GeometryFillMode As Byte</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_Spreadsheet_Drawing_GeometryFillMode_Darken">Darken</td>
        <td><p>The corresponding path should have a darker shaded color applied to its fill.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_GeometryFillMode_DarkenLess">DarkenLess</td>
        <td><p>The corresponding path should have a slightly darker shaded color applied to its fill.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_GeometryFillMode_Lighten">Lighten</td>
        <td><p>The corresponding path should have a lightly shaded color applied to its fill.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_GeometryFillMode_LightenLess">LightenLess</td>
        <td><p>The corresponding path should have a slightly lighter shaded color applied to its fill.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_GeometryFillMode_None">None</td>
        <td><p>The corresponding path should have no fill.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_GeometryFillMode_Normal">Normal</td>
        <td><p>The corresponding path should have a normally shaded color applied to its fill.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
