# GrapeCity.ActiveReports.Chart.Graphics.BackdropStyle

## Content

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




  <h1 id="GrapeCity_ActiveReports_Chart_Graphics_BackdropStyle" data-uid="GrapeCity.ActiveReports.Chart.Graphics.BackdropStyle" class="text-break">BackdropStyle Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies styles to fill item's 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_BackdropStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum BackdropStyle</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_BackdropStyle_Gradient">Gradient</td>
        <td><p>Grafient fill</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_BackdropStyle_Pattern">Pattern</td>
        <td><p>Pattern fill</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_BackdropStyle_Picture">Picture</td>
        <td><p>Picture</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_BackdropStyle_Solid">Solid</td>
        <td><p>Solid fill</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_BackdropStyle_Transparent">Transparent</td>
        <td><p>Transparent</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
