# FarPoint.Win.Spread.FillDirection

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_Spread_FillDirection" data-uid="FarPoint.Win.Spread.FillDirection" class="text-break">FillDirection Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the direction of the fill in the view.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_FillDirection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FillDirection</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum FillDirection</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="FarPoint_Win_Spread_FillDirection_Down">Down</td>
        <td><p>Fills from the top to the bottom</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FillDirection_Left">Left</td>
        <td><p>Fills from the right to the left</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FillDirection_Right">Right</td>
        <td><p>Fills from the left to the right</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FillDirection_Up">Up</td>
        <td><p>Fills from the bottom to the top</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
