# C1.Win.C1Input.Enums.InputImageAlignment

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_C1Input_Enums_InputImageAlignment" data-uid="C1.Win.C1Input.Enums.InputImageAlignment" class="text-break">InputImageAlignment Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the image alignment on the input components.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Input.Enums.html">C1.Win.C1Input.Enums</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Win_C1Input_Enums_InputImageAlignment_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum InputImageAlignment</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum InputImageAlignment</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_Enums_InputImageAlignment_BottomCenter">BottomCenter</td>
        <td><p>Image is vertically aligned at the bottom,
and horizontally aligned at the center.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_Enums_InputImageAlignment_BottomLeft">BottomLeft</td>
        <td><p>Image is vertically aligned at the bottom,
and horizontally aligned on the left.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_Enums_InputImageAlignment_BottomRight">BottomRight</td>
        <td><p>Image is vertically aligned at the bottom,
and horizontally aligned on the right.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_Enums_InputImageAlignment_MiddleCenter">MiddleCenter</td>
        <td><p>Image is vertically aligned in the middle,
and horizontally aligned at the center.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_Enums_InputImageAlignment_MiddleLeft">MiddleLeft</td>
        <td><p>Image is vertically aligned in the middle,
and horizontally aligned on the left.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_Enums_InputImageAlignment_MiddleRight">MiddleRight</td>
        <td><p>Image is vertically aligned in the middle,
and horizontally aligned on the right.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_Enums_InputImageAlignment_TopCenter">TopCenter</td>
        <td><p>Image is vertically aligned at the top,
and horizontally aligned at the center.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_Enums_InputImageAlignment_TopLeft">TopLeft</td>
        <td><p>Image is vertically aligned at the top,
and horizontally aligned on the left.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_Enums_InputImageAlignment_TopRight">TopRight</td>
        <td><p>Image is vertically aligned at the top,
and horizontally aligned on the right.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
