# GrapeCity.Documents.Excel.Drawing.IBackgroundPicture

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Drawing_IBackgroundPicture" data-uid="GrapeCity.Documents.Excel.Drawing.IBackgroundPicture" class="text-break">IBackgroundPicture Interface
</h1>
  <div class="markdown level0 summary"><p>Represents an picture object which will be used as the background picture. The Shape object is a member of the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IBackgroundPictures.html">IBackgroundPictures</a>
collection. The background picture collection contains all the background pictures on a slide.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.Drawing.html">GrapeCity.Documents.Excel.Drawing</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_Drawing_IBackgroundPicture_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IBackgroundPicture : IShape, IContainer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IBackgroundPicture
    Inherits IShape, IContainer</code></pre>
  </div>
  <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_Documents_Excel_Drawing_IBackgroundPicture_BackgroundImageLayout" data-uid="GrapeCity.Documents.Excel.Drawing.IBackgroundPicture.BackgroundImageLayout">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IBackgroundPicture.BackgroundImageLayout.html#GrapeCity_Documents_Excel_Drawing_IBackgroundPicture_BackgroundImageLayout">BackgroundImageLayout</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that describes how an Image should be stretched to fill the destination rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IBackgroundPicture_CornerRadius" data-uid="GrapeCity.Documents.Excel.Drawing.IBackgroundPicture.CornerRadius">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IBackgroundPicture.CornerRadius.html#GrapeCity_Documents_Excel_Drawing_IBackgroundPicture_CornerRadius">CornerRadius</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that describes how rounded the corners are on a rectangular die-cut, in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IBackgroundPicture_Transparency" data-uid="GrapeCity.Documents.Excel.Drawing.IBackgroundPicture.Transparency">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IBackgroundPicture.Transparency.html#GrapeCity_Documents_Excel_Drawing_IBackgroundPicture_Transparency">Transparency</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the degree of transparency of the specified picture as a value
from 0.0 (opaque) through 1.0 (clear).</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
