# GrapeCity.ActiveReports.Chart.Graphics.PicturePutStyle

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_ActiveReports_Chart_Graphics_PicturePutStyle" data-uid="GrapeCity.ActiveReports.Chart.Graphics.PicturePutStyle" class="text-break">PicturePutStyle Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how picture is aligned within backdrop</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.html">GrapeCity.ActiveReports.Chart.Graphics</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Chart.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Chart_Graphics_PicturePutStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum PicturePutStyle</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="GrapeCity_ActiveReports_Chart_Graphics_PicturePutStyle_Bottom">Bottom</td>
        <td><p>Puts picture at the bottom</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_PicturePutStyle_Centered">Centered</td>
        <td><p>Puts picture at center</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_PicturePutStyle_Left">Left</td>
        <td><p>Puts picture at the left</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_PicturePutStyle_Right">Right</td>
        <td><p>Puts picture at the right</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_PicturePutStyle_Stretched">Stretched</td>
        <td><p>Stretches picture to entire backdrop</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_PicturePutStyle_Tiled">Tiled</td>
        <td><p>Tiles picture</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_PicturePutStyle_Top">Top</td>
        <td><p>Puts picture at the top center</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
