# GrapeCity.ActiveReports.Chart.Graphics.Backdrop

## Content

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



  <h1 id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop" class="text-break">Backdrop Class
</h1>
  <div class="markdown level0 summary"><p>Specifies the settings used to draw object's background.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="GrapeCity.ActiveReports.Chart.Item.html">Item</a></div>
    <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.Chart.DrawCustomizableItem.html">DrawCustomizableItem</a></div>
    <div class="level3"><span class="xref">Backdrop</span></div>
      <div class="level4"><a class="xref" href="GrapeCity.ActiveReports.Chart.BackdropItem.html">BackdropItem</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphItem.html">IGraphItem</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphXmlSerializable.html">IGraphXmlSerializable</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.ICustomDrawer.html">ICustomDrawer</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </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_Backdrop_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(Backdrop.Converter))]
public class Backdrop : DrawCustomizableItem, IGraphItem, ICloneable, IGraphXmlSerializable, ICustomDrawer, IDisposable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.-ctor.html#GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor">Backdrop()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the BackdropInfo class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_HatchStyle_System_Drawing_Color_System_Drawing_Color_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor(GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.HatchStyle,System.Drawing.Color,System.Drawing.Color)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.-ctor.html#GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_HatchStyle_System_Drawing_Color_System_Drawing_Color_">Backdrop(HatchStyle, Color, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the BackdropInfo class with a &quot;hatch&quot; style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_HatchStyle_System_Drawing_Color_System_Drawing_Color_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor(GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.HatchStyle,System.Drawing.Color,System.Drawing.Color,GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.-ctor.html#GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_HatchStyle_System_Drawing_Color_System_Drawing_Color_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_">Backdrop(HatchStyle, Color, Color, AntiAliasMode)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the BackdropInfo class with a &quot;hatch&quot; style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_GrapeCity_ActiveReports_Chart_Drawing_Image_GrapeCity_ActiveReports_Chart_Graphics_PicturePutStyle_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor(GrapeCity.ActiveReports.Chart.Drawing.Image,GrapeCity.ActiveReports.Chart.Graphics.PicturePutStyle)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.-ctor.html#GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_GrapeCity_ActiveReports_Chart_Drawing_Image_GrapeCity_ActiveReports_Chart_Graphics_PicturePutStyle_">Backdrop(Image, PicturePutStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the BackdropInfo class with a &quot;picture&quot; style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_GrapeCity_ActiveReports_Chart_Drawing_Image_GrapeCity_ActiveReports_Chart_Graphics_PicturePutStyle_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor(GrapeCity.ActiveReports.Chart.Drawing.Image,GrapeCity.ActiveReports.Chart.Graphics.PicturePutStyle,GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.-ctor.html#GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_GrapeCity_ActiveReports_Chart_Drawing_Image_GrapeCity_ActiveReports_Chart_Graphics_PicturePutStyle_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_">Backdrop(Image, PicturePutStyle, AntiAliasMode)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the BackdropInfo class with a &quot;picture&quot; style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor(GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.-ctor.html#GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_">Backdrop(AntiAliasMode)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the BackdropInfo class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_GrapeCity_ActiveReports_Chart_Graphics_BackdropStyle_System_Drawing_Color_System_Drawing_Color_GrapeCity_ActiveReports_Chart_Graphics_GradientType_GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_HatchStyle_GrapeCity_ActiveReports_Chart_Drawing_Image_GrapeCity_ActiveReports_Chart_Graphics_PicturePutStyle_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor(GrapeCity.ActiveReports.Chart.Graphics.BackdropStyle,System.Drawing.Color,System.Drawing.Color,GrapeCity.ActiveReports.Chart.Graphics.GradientType,GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.HatchStyle,GrapeCity.ActiveReports.Chart.Drawing.Image,GrapeCity.ActiveReports.Chart.Graphics.PicturePutStyle)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.-ctor.html#GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_GrapeCity_ActiveReports_Chart_Graphics_BackdropStyle_System_Drawing_Color_System_Drawing_Color_GrapeCity_ActiveReports_Chart_Graphics_GradientType_GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_HatchStyle_GrapeCity_ActiveReports_Chart_Drawing_Image_GrapeCity_ActiveReports_Chart_Graphics_PicturePutStyle_">Backdrop(BackdropStyle, Color, Color, GradientType, HatchStyle, Image, PicturePutStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the BackdropInfo class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_GrapeCity_ActiveReports_Chart_Graphics_BackdropStyle_System_Drawing_Color_System_Drawing_Color_GrapeCity_ActiveReports_Chart_Graphics_GradientType_GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_HatchStyle_GrapeCity_ActiveReports_Chart_Drawing_Image_GrapeCity_ActiveReports_Chart_Graphics_PicturePutStyle_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor(GrapeCity.ActiveReports.Chart.Graphics.BackdropStyle,System.Drawing.Color,System.Drawing.Color,GrapeCity.ActiveReports.Chart.Graphics.GradientType,GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.HatchStyle,GrapeCity.ActiveReports.Chart.Drawing.Image,GrapeCity.ActiveReports.Chart.Graphics.PicturePutStyle,GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.-ctor.html#GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_GrapeCity_ActiveReports_Chart_Graphics_BackdropStyle_System_Drawing_Color_System_Drawing_Color_GrapeCity_ActiveReports_Chart_Graphics_GradientType_GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_HatchStyle_GrapeCity_ActiveReports_Chart_Drawing_Image_GrapeCity_ActiveReports_Chart_Graphics_PicturePutStyle_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_">Backdrop(BackdropStyle, Color, Color, GradientType, HatchStyle, Image, PicturePutStyle, AntiAliasMode)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the BackdropInfo class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_GrapeCity_ActiveReports_Chart_Graphics_BackdropStyle_System_Drawing_Color_System_Drawing_Color_GrapeCity_ActiveReports_Chart_Graphics_GradientType_GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_HatchStyle_GrapeCity_ActiveReports_Chart_Drawing_Image_GrapeCity_ActiveReports_Chart_Graphics_PicturePutStyle_System_Byte_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor(GrapeCity.ActiveReports.Chart.Graphics.BackdropStyle,System.Drawing.Color,System.Drawing.Color,GrapeCity.ActiveReports.Chart.Graphics.GradientType,GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.HatchStyle,GrapeCity.ActiveReports.Chart.Drawing.Image,GrapeCity.ActiveReports.Chart.Graphics.PicturePutStyle,System.Byte)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.-ctor.html#GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_GrapeCity_ActiveReports_Chart_Graphics_BackdropStyle_System_Drawing_Color_System_Drawing_Color_GrapeCity_ActiveReports_Chart_Graphics_GradientType_GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_HatchStyle_GrapeCity_ActiveReports_Chart_Drawing_Image_GrapeCity_ActiveReports_Chart_Graphics_PicturePutStyle_System_Byte_">Backdrop(BackdropStyle, Color, Color, GradientType, HatchStyle, Image, PicturePutStyle, byte)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the BackdropInfo class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_GrapeCity_ActiveReports_Chart_Graphics_BackdropStyle_System_Drawing_Color_System_Drawing_Color_GrapeCity_ActiveReports_Chart_Graphics_GradientType_GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_HatchStyle_GrapeCity_ActiveReports_Chart_Drawing_Image_GrapeCity_ActiveReports_Chart_Graphics_PicturePutStyle_System_Byte_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor(GrapeCity.ActiveReports.Chart.Graphics.BackdropStyle,System.Drawing.Color,System.Drawing.Color,GrapeCity.ActiveReports.Chart.Graphics.GradientType,GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.HatchStyle,GrapeCity.ActiveReports.Chart.Drawing.Image,GrapeCity.ActiveReports.Chart.Graphics.PicturePutStyle,System.Byte,GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.-ctor.html#GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_GrapeCity_ActiveReports_Chart_Graphics_BackdropStyle_System_Drawing_Color_System_Drawing_Color_GrapeCity_ActiveReports_Chart_Graphics_GradientType_GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_HatchStyle_GrapeCity_ActiveReports_Chart_Drawing_Image_GrapeCity_ActiveReports_Chart_Graphics_PicturePutStyle_System_Byte_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_">Backdrop(BackdropStyle, Color, Color, GradientType, HatchStyle, Image, PicturePutStyle, byte, AntiAliasMode)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the BackdropInfo class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_GrapeCity_ActiveReports_Chart_Graphics_GradientType_System_Drawing_Color_System_Drawing_Color_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor(GrapeCity.ActiveReports.Chart.Graphics.GradientType,System.Drawing.Color,System.Drawing.Color)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.-ctor.html#GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_GrapeCity_ActiveReports_Chart_Graphics_GradientType_System_Drawing_Color_System_Drawing_Color_">Backdrop(GradientType, Color, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the BackdropInfo class with a &quot;gradient&quot; style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_GrapeCity_ActiveReports_Chart_Graphics_GradientType_System_Drawing_Color_System_Drawing_Color_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor(GrapeCity.ActiveReports.Chart.Graphics.GradientType,System.Drawing.Color,System.Drawing.Color,GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.-ctor.html#GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_GrapeCity_ActiveReports_Chart_Graphics_GradientType_System_Drawing_Color_System_Drawing_Color_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_">Backdrop(GradientType, Color, Color, AntiAliasMode)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the BackdropInfo class with a &quot;gradient&quot; style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_System_Drawing_Color_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor(System.Drawing.Color)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.-ctor.html#GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_System_Drawing_Color_">Backdrop(Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the BackdropInfo class with a &quot;fill solid&quot; style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_System_Drawing_Color_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor(System.Drawing.Color,GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.-ctor.html#GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_System_Drawing_Color_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_">Backdrop(Color, AntiAliasMode)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the BackdropInfo class with a &quot;fill solid&quot; style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_System_Drawing_Color_System_Byte_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor(System.Drawing.Color,System.Byte)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.-ctor.html#GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_System_Drawing_Color_System_Byte_">Backdrop(Color, byte)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the BackdropInfo class with a &quot;fill solid&quot; style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_System_Drawing_Color_System_Byte_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor(System.Drawing.Color,System.Byte,GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.-ctor.html#GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_System_Drawing_Color_System_Byte_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_">Backdrop(Color, byte, AntiAliasMode)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the BackdropInfo class with a &quot;fill solid&quot; style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_System_String_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.-ctor.html#GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_System_String_">Backdrop(string)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_System_String_GrapeCity_ActiveReports_Chart_GraphXmlSerializationContext_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor(System.String,GrapeCity.ActiveReports.Chart.GraphXmlSerializationContext)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.-ctor.html#GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_System_String_GrapeCity_ActiveReports_Chart_GraphXmlSerializationContext_">Backdrop(string, GraphXmlSerializationContext)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop_Alpha" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.Alpha">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.Alpha.html#GrapeCity_ActiveReports_Chart_Graphics_Backdrop_Alpha">Alpha</a>
        </td>
        <td class="markdown level1 summary"><p>Alpha level (transparency)</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop_Color" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.Color">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.Color.html#GrapeCity_ActiveReports_Chart_Graphics_Backdrop_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Primary color to fill</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop_Color2" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.Color2">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.Color2.html#GrapeCity_ActiveReports_Chart_Graphics_Backdrop_Color2">Color2</a>
        </td>
        <td class="markdown level1 summary"><p>Second color used for gradient effects and patterns</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop_Gradient" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.Gradient">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.Gradient.html#GrapeCity_ActiveReports_Chart_Graphics_Backdrop_Gradient">Gradient</a>
        </td>
        <td class="markdown level1 summary"><p>Used only for gradient backdrops</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop_HasTransparency" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.HasTransparency">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.HasTransparency.html#GrapeCity_ActiveReports_Chart_Graphics_Backdrop_HasTransparency">HasTransparency</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true if backdrop is transparent or most likely transparent</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop_Pattern" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.Pattern">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.Pattern.html#GrapeCity_ActiveReports_Chart_Graphics_Backdrop_Pattern">Pattern</a>
        </td>
        <td class="markdown level1 summary"><p>Used only for pattern backdrops</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop_Picture" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.Picture">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.Picture.html#GrapeCity_ActiveReports_Chart_Graphics_Backdrop_Picture">Picture</a>
        </td>
        <td class="markdown level1 summary"><p>Used only for picture style backdrops</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop_PictureAlignment" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.PictureAlignment">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.PictureAlignment.html#GrapeCity_ActiveReports_Chart_Graphics_Backdrop_PictureAlignment">PictureAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Used only for picture style backdrops</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop_Style" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.Style">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.Style.html#GrapeCity_ActiveReports_Chart_Graphics_Backdrop_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Designates type of backdrop (i.e. solid, gradient, etc)</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop_Clone" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.Clone">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.Clone.html#GrapeCity_ActiveReports_Chart_Graphics_Backdrop_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>This member overrides <pre><code class="lang-csharp">Item.Clone</code></pre>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop_CopyFrom_GrapeCity_ActiveReports_Chart_Graphics_Backdrop_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.CopyFrom(GrapeCity.ActiveReports.Chart.Graphics.Backdrop)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.CopyFrom.html#GrapeCity_ActiveReports_Chart_Graphics_Backdrop_CopyFrom_GrapeCity_ActiveReports_Chart_Graphics_Backdrop_">CopyFrom(Backdrop)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes current object with the settings of another one</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop_Dispose" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.Dispose">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.Dispose.html#GrapeCity_ActiveReports_Chart_Graphics_Backdrop_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Disposed the Backdrop instance from memory.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop_Equals_System_Object_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.Equals(System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.Equals.html#GrapeCity_ActiveReports_Chart_Graphics_Backdrop_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a> is equal to this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop_FitToRectangle_System_Drawing_PointF___" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.FitToRectangle(System.Drawing.PointF[])">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.FitToRectangle.html#GrapeCity_ActiveReports_Chart_Graphics_Backdrop_FitToRectangle_System_Drawing_PointF___">FitToRectangle(PointF[])</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop_FitToRectangle_System_Drawing_RectangleF_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.FitToRectangle(System.Drawing.RectangleF)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.FitToRectangle.html#GrapeCity_ActiveReports_Chart_Graphics_Backdrop_FitToRectangle_System_Drawing_RectangleF_">FitToRectangle(RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets backdrop's bounding rectangle</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop_GetHashCode" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.GetHashCode">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.GetHashCode.html#GrapeCity_ActiveReports_Chart_Graphics_Backdrop_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a hash code for this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop_NotifyOnAnyPropertyChange_System_Object_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.NotifyOnAnyPropertyChange(System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.NotifyOnAnyPropertyChange.html#GrapeCity_ActiveReports_Chart_Graphics_Backdrop_NotifyOnAnyPropertyChange_System_Object_">NotifyOnAnyPropertyChange(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Notification method.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop_Serialize_System_Runtime_Serialization_SerializationInfo_System_Boolean_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.Serialize(System.Runtime.Serialization.SerializationInfo,System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.Serialize.html#GrapeCity_ActiveReports_Chart_Graphics_Backdrop_Serialize_System_Runtime_Serialization_SerializationInfo_System_Boolean_">Serialize(SerializationInfo, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an XML encoding or reconstructs object state from XML encoding</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
