# GrapeCity.Spreadsheet.Drawing.IGradientStop

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Drawing_IGradientStop" data-uid="GrapeCity.Spreadsheet.Drawing.IGradientStop" class="text-break">IGradientStop Interface
</h1>
  <div class="markdown level0 summary"><p>Represents one gradient stop.</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_IGradientStop_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IGradientStop</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IGradientStop</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_IGradientStop_Color" data-uid="GrapeCity.Spreadsheet.Drawing.IGradientStop.Color">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IGradientStop.Color.html#GrapeCity_Spreadsheet_Drawing_IGradientStop_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value representing the color of the gradient stop.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IGradientStop_Position" data-uid="GrapeCity.Spreadsheet.Drawing.IGradientStop.Position">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IGradientStop.Position.html#GrapeCity_Spreadsheet_Drawing_IGradientStop_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value representing the position of a stop within the gradient expressed as a percent.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IGradientStop_Transparency" data-uid="GrapeCity.Spreadsheet.Drawing.IGradientStop.Transparency">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IGradientStop.Transparency.html#GrapeCity_Spreadsheet_Drawing_IGradientStop_Transparency">Transparency</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value representing the opacity of the gradient fill expressed as a percent.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
