# GrapeCity.Spreadsheet.Drawing.IEffectParameter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Drawing_IEffectParameter" data-uid="GrapeCity.Spreadsheet.Drawing.IEffectParameter" class="text-break">IEffectParameter Interface
</h1>
  <div class="markdown level0 summary"><p>Describes a single Picture Effect parameter.</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_IEffectParameter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IEffectParameter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IEffectParameter</code></pre>
  </div>
  <h5 id="GrapeCity_Spreadsheet_Drawing_IEffectParameter_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Picture Effects are processed as a chain composed of individual items that are applied in sequence to create the final composited image.
An Effects chain will allow an effect to be added to the chain, reordered, or removed from the chain. Effect parameters specify properties of those effects.</p>
</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_IEffectParameter_Name" data-uid="GrapeCity.Spreadsheet.Drawing.IEffectParameter.Name">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IEffectParameter.Name.html#GrapeCity_Spreadsheet_Drawing_IEffectParameter_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the string name of the EffectParameter parameter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IEffectParameter_Value" data-uid="GrapeCity.Spreadsheet.Drawing.IEffectParameter.Value">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IEffectParameter.Value.html#GrapeCity_Spreadsheet_Drawing_IEffectParameter_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value of the <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IEffectParameter.html">IEffectParameter</a> object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
