# GrapeCity.Spreadsheet.Drawing.IShadowFormat

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Drawing_IShadowFormat" data-uid="GrapeCity.Spreadsheet.Drawing.IShadowFormat" class="text-break">IShadowFormat Interface
</h1>
  <div class="markdown level0 summary"><p>Represents shadow formatting for a shape.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Drawing.html">GrapeCity.Spreadsheet.Drawing</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Drawing_IShadowFormat_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IShadowFormat</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IShadowFormat</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_Spreadsheet_Drawing_IShadowFormat_Blur" data-uid="GrapeCity.Spreadsheet.Drawing.IShadowFormat.Blur">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IShadowFormat.Blur.html#GrapeCity_Spreadsheet_Drawing_IShadowFormat_Blur">Blur</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the degree of blurriness of the specified shadow.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IShadowFormat_ForeColor" data-uid="GrapeCity.Spreadsheet.Drawing.IShadowFormat.ForeColor">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IShadowFormat.ForeColor.html#GrapeCity_Spreadsheet_Drawing_IShadowFormat_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a ColorFormat object that represents the specified foreground fill or solid color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IShadowFormat_OffsetX" data-uid="GrapeCity.Spreadsheet.Drawing.IShadowFormat.OffsetX">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IShadowFormat.OffsetX.html#GrapeCity_Spreadsheet_Drawing_IShadowFormat_OffsetX">OffsetX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal offset of the shadow from the specified shape, in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IShadowFormat_OffsetY" data-uid="GrapeCity.Spreadsheet.Drawing.IShadowFormat.OffsetY">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IShadowFormat.OffsetY.html#GrapeCity_Spreadsheet_Drawing_IShadowFormat_OffsetY">OffsetY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical offset of the shadow from the specified shape, in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IShadowFormat_RotateWithShape" data-uid="GrapeCity.Spreadsheet.Drawing.IShadowFormat.RotateWithShape">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IShadowFormat.RotateWithShape.html#GrapeCity_Spreadsheet_Drawing_IShadowFormat_RotateWithShape">RotateWithShape</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to rotate the shadow when rotating the shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IShadowFormat_Size" data-uid="GrapeCity.Spreadsheet.Drawing.IShadowFormat.Size">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IShadowFormat.Size.html#GrapeCity_Spreadsheet_Drawing_IShadowFormat_Size">Size</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of the specified shadow.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IShadowFormat_Style" data-uid="GrapeCity.Spreadsheet.Drawing.IShadowFormat.Style">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IShadowFormat.Style.html#GrapeCity_Spreadsheet_Drawing_IShadowFormat_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the specified shadow.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IShadowFormat_Transparency" data-uid="GrapeCity.Spreadsheet.Drawing.IShadowFormat.Transparency">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IShadowFormat.Transparency.html#GrapeCity_Spreadsheet_Drawing_IShadowFormat_Transparency">Transparency</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IShadowFormat_Type" data-uid="GrapeCity.Spreadsheet.Drawing.IShadowFormat.Type">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IShadowFormat.Type.html#GrapeCity_Spreadsheet_Drawing_IShadowFormat_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ShadowType.html">ShadowType</a> value that represents the shadow format type.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IShadowFormat_Visible" data-uid="GrapeCity.Spreadsheet.Drawing.IShadowFormat.Visible">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IShadowFormat.Visible.html#GrapeCity_Spreadsheet_Drawing_IShadowFormat_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the shadow is visible.</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_Spreadsheet_Drawing_IShadowFormat_IncrementOffsetX_System_Double_" data-uid="GrapeCity.Spreadsheet.Drawing.IShadowFormat.IncrementOffsetX(System.Double)">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IShadowFormat.IncrementOffsetX.html#GrapeCity_Spreadsheet_Drawing_IShadowFormat_IncrementOffsetX_System_Double_">IncrementOffsetX(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Changes the horizontal offset of the shadow by the specified number of pixels.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IShadowFormat_IncrementOffsetY_System_Double_" data-uid="GrapeCity.Spreadsheet.Drawing.IShadowFormat.IncrementOffsetY(System.Double)">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IShadowFormat.IncrementOffsetY.html#GrapeCity_Spreadsheet_Drawing_IShadowFormat_IncrementOffsetY_System_Double_">IncrementOffsetY(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Changes the vertical offset of the shadow by the specified number of pixels.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
