# FarPoint.Win.ButtonTextAlign

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_ButtonTextAlign" data-uid="FarPoint.Win.ButtonTextAlign" class="text-break">ButtonTextAlign Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the alignment of the button text.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.html">FarPoint.Win</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.dll</h6>
  <h5 id="FarPoint_Win_ButtonTextAlign_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ButtonTextAlign : short</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ButtonTextAlign As Short</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_ButtonTextAlign_TextBottomPictTop">TextBottomPictTop</td>
        <td><p>Aligns text at the bottom of the control and the picture at the top</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ButtonTextAlign_TextLeftPictRight">TextLeftPictRight</td>
        <td><p>Aligns text to the left of the control and the picture to the right</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ButtonTextAlign_TextRightPictLeft">TextRightPictLeft</td>
        <td><p>Aligns text to the right of the control and the picture to the left</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ButtonTextAlign_TextTopPictBottom">TextTopPictBottom</td>
        <td><p>Aligns text at the top of the control and the picture at the bottom</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
