# C1.WPF.Word.FillMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_Word_FillMode" data-uid="C1.WPF.Word.FillMode" class="text-break">FillMode Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how the interior of a closed path is filled.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Word.html">C1.WPF.Word</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Word.4.6.2.dll</h6>
  <h5 id="C1_WPF_Word_FillMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FillMode</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="C1_WPF_Word_FillMode_Alternate">Alternate</td>
        <td><p>Specifies the alternate fill mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_FillMode_Winding">Winding</td>
        <td><p>Specifies the winding fill mode.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
