# C1.Win.Ribbon.BackgroundImageLayout

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_Ribbon_BackgroundImageLayout" data-uid="C1.Win.Ribbon.BackgroundImageLayout" class="text-break">BackgroundImageLayout Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the layout logic used to display the image.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Ribbon.html">C1.Win.Ribbon</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Ribbon.10.dll</h6>
  <h5 id="C1_Win_Ribbon_BackgroundImageLayout_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum BackgroundImageLayout</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum BackgroundImageLayout</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_Ribbon_BackgroundImageLayout_Center">Center</td>
        <td><p>The image is centered within the control's client rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_BackgroundImageLayout_None">None</td>
        <td><p>The image is left-aligned at the top across the control's client rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_BackgroundImageLayout_Stretch">Stretch</td>
        <td><p>The image is stretched across the control's client rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_BackgroundImageLayout_Tile">Tile</td>
        <td><p>The image is tiled across the control's client rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_BackgroundImageLayout_TileStretch">TileStretch</td>
        <td><p>The image is split into nine pieces and tiled within the control's client rectangle.
Center tiles are stretched, corner tiles are rendered with the original size.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_BackgroundImageLayout_Zoom">Zoom</td>
        <td><p>The image is enlarged within the control's client rectangle.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
