# C1.Win.FlexGrid.ImageAlignEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_FlexGrid_ImageAlignEnum" data-uid="C1.Win.FlexGrid.ImageAlignEnum" class="text-break">ImageAlignEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how images are aligns in grid cells.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexGrid.html">C1.Win.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexGrid.10.dll</h6>
  <h5 id="C1_Win_FlexGrid_ImageAlignEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ImageAlignEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ImageAlignEnum</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_FlexGrid_ImageAlignEnum_CenterBottom">CenterBottom</td>
        <td><p>Image is horizontally aligned to the center and vertically aligned to the bottom of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ImageAlignEnum_CenterCenter">CenterCenter</td>
        <td><p>Image is horizontally aligned to the center and vertically aligned to the center of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ImageAlignEnum_CenterTop">CenterTop</td>
        <td><p>Image is horizontally aligned to the center and vertically aligned to the top of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ImageAlignEnum_Hide">Hide</td>
        <td><p>Image is not displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ImageAlignEnum_LeftBottom">LeftBottom</td>
        <td><p>Image is horizontally aligned to the left and vertically aligned to the bottom of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ImageAlignEnum_LeftCenter">LeftCenter</td>
        <td><p>Image is horizontally aligned to the left and vertically aligned to the center of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ImageAlignEnum_LeftTop">LeftTop</td>
        <td><p>Image is horizontally aligned to the left and vertically aligned to the top of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ImageAlignEnum_RightBottom">RightBottom</td>
        <td><p>Image is horizontally aligned to the right and vertically aligned to the bottom of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ImageAlignEnum_RightCenter">RightCenter</td>
        <td><p>Image is horizontally aligned to the right and vertically aligned to the center of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ImageAlignEnum_RightTop">RightTop</td>
        <td><p>Image is horizontally aligned to the right and vertically aligned to the top of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ImageAlignEnum_Scale">Scale</td>
        <td><p>Image is scaled to fit the maximum area within the cell while preserving the original aspect ratio.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ImageAlignEnum_Stretch">Stretch</td>
        <td><p>Image is stretched to cover the whole cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ImageAlignEnum_Tile">Tile</td>
        <td><p>Image is tiled to cover the whole cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ImageAlignEnum_TileStretch">TileStretch</td>
        <td><p>Image is split into a grid, corner parts are copied and center is stretched to cover the cell.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
