# FarPoint.Win.Spread.ElementAlign

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_Spread_ElementAlign" data-uid="FarPoint.Win.Spread.ElementAlign" class="text-break">ElementAlign Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the element alignment for the status bar.</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_ElementAlign_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ElementAlign</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ElementAlign</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_ElementAlign_Left">Left</td>
        <td><p>Elements will be painted on the left side of status bar</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ElementAlign_Right">Right</td>
        <td><p>Elements will be painted on the right side of status bar</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
