# C1.Win.Tile.ForeImageLayout

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_Tile_ForeImageLayout" data-uid="C1.Win.Tile.ForeImageLayout" class="text-break">ForeImageLayout Enum
</h1>
  <div class="markdown level0 summary"><p>Defines the different types of the foreground image layout.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Tile.html">C1.Win.Tile</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.TileControl.10.dll</h6>
  <h5 id="C1_Win_Tile_ForeImageLayout_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ForeImageLayout</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ForeImageLayout</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_Tile_ForeImageLayout_Clip">Clip</td>
        <td><p>The image is clipped if necessary.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_ForeImageLayout_ClipNoPadding">ClipNoPadding</td>
        <td><p>The image is displayed as it is and doesn't take into account the owner's Padding.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_ForeImageLayout_ScaleInner">ScaleInner</td>
        <td><p>Scale the image to fit into the available area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_ForeImageLayout_ScaleOuter">ScaleOuter</td>
        <td><p>Scale the image to fill the whole available area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_ForeImageLayout_Stretch">Stretch</td>
        <td><p>Stretch the image to fill the available area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_ForeImageLayout_Tile">Tile</td>
        <td><p>The image is tiled across the available area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_ForeImageLayout_TileStretch">TileStretch</td>
        <td><p>Tile the image into the 3x3 matrix and stretch it to fill the available area.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
