# C1.Framework.ImageAlignment

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Framework_ImageAlignment" data-uid="C1.Framework.ImageAlignment" class="text-break">ImageAlignment Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the image alignment.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Framework.html">C1.Framework</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
  <h5 id="C1_Framework_ImageAlignment_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ImageAlignment : byte</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ImageAlignment As Byte</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_Framework_ImageAlignment_CenterBottom">CenterBottom</td>
        <td><p>Image is vertically aligned at the bottom,
and horizontally aligned at the center.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_ImageAlignment_CenterCenter">CenterCenter</td>
        <td><p>Image is vertically aligned in the middle,
and horizontally aligned at the center.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_ImageAlignment_CenterTop">CenterTop</td>
        <td><p>Image is vertically aligned at the top,
and horizontally aligned at the center.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_ImageAlignment_LeftBottom">LeftBottom</td>
        <td><p>Image is vertically aligned at the bottom,
and horizontally aligned on the left.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_ImageAlignment_LeftCenter">LeftCenter</td>
        <td><p>Image is vertically aligned in the middle,
and horizontally aligned on the left.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_ImageAlignment_LeftTop">LeftTop</td>
        <td><p>Image is vertically aligned at the top,
and horizontally aligned on the left.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_ImageAlignment_RightBottom">RightBottom</td>
        <td><p>Image is vertically aligned at the bottom,
and horizontally aligned on the right.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_ImageAlignment_RightCenter">RightCenter</td>
        <td><p>Image is vertically aligned in the middle,
and horizontally aligned on the right.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_ImageAlignment_RightTop">RightTop</td>
        <td><p>Image is vertically aligned at the top,
and horizontally aligned on the right.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
