# C1.Win.C1Input.UpDownButtonAlignment

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_C1Input_UpDownButtonAlignment" data-uid="C1.Win.C1Input.UpDownButtonAlignment" class="text-break">UpDownButtonAlignment Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies alignment of spin button of a <a class="xref" href="C1.Win.C1Input.C1DropDownControl.html">C1DropDownControl</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Input.html">C1.Win.C1Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Win_C1Input_UpDownButtonAlignment_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum UpDownButtonAlignment</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum UpDownButtonAlignment</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_Win_C1Input_UpDownButtonAlignment_Default">Default</td>
        <td><p>Vertically stacked Up and Down buttons.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_UpDownButtonAlignment_UpLeftDownRight">UpLeftDownRight</td>
        <td><p>Up button on the left and down button on the right.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_UpDownButtonAlignment_UpRightDownLeft">UpRightDownLeft</td>
        <td><p>Up button on the right and down button on the left.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
