# GrapeCity.Spreadsheet.IGradient

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_IGradient" data-uid="GrapeCity.Spreadsheet.IGradient" class="text-break">IGradient Interface
</h1>
  <div class="markdown level0 summary"><p>Contains the font attributes (font name, font size, color, and so on) for an object.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_IGradient_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IGradient</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IGradient</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_IGradient_ColorStops" data-uid="GrapeCity.Spreadsheet.IGradient.ColorStops">
          <a class="xref" href="GrapeCity.Spreadsheet.IGradient.ColorStops.html#GrapeCity_Spreadsheet_IGradient_ColorStops">ColorStops</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.IColorStops.html">IColorStops</a> collection for the <a class="xref" href="GrapeCity.Spreadsheet.IGradient.html">IGradient</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IGradient_Degree" data-uid="GrapeCity.Spreadsheet.IGradient.Degree">
          <a class="xref" href="GrapeCity.Spreadsheet.IGradient.Degree.html#GrapeCity_Spreadsheet_IGradient_Degree">Degree</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the angle of the linear gradient fill within a selection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IGradient_RectangleBottom" data-uid="GrapeCity.Spreadsheet.IGradient.RectangleBottom">
          <a class="xref" href="GrapeCity.Spreadsheet.IGradient.RectangleBottom.html#GrapeCity_Spreadsheet_IGradient_RectangleBottom">RectangleBottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the bottom point or vector that the gradient fill converges to.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IGradient_RectangleLeft" data-uid="GrapeCity.Spreadsheet.IGradient.RectangleLeft">
          <a class="xref" href="GrapeCity.Spreadsheet.IGradient.RectangleLeft.html#GrapeCity_Spreadsheet_IGradient_RectangleLeft">RectangleLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the left point or vector that the gradient fill converges to.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IGradient_RectangleRight" data-uid="GrapeCity.Spreadsheet.IGradient.RectangleRight">
          <a class="xref" href="GrapeCity.Spreadsheet.IGradient.RectangleRight.html#GrapeCity_Spreadsheet_IGradient_RectangleRight">RectangleRight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the right point or vector that the gradient fill converges to.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IGradient_RectangleTop" data-uid="GrapeCity.Spreadsheet.IGradient.RectangleTop">
          <a class="xref" href="GrapeCity.Spreadsheet.IGradient.RectangleTop.html#GrapeCity_Spreadsheet_IGradient_RectangleTop">RectangleTop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the top point or vector that the gradient fill converges to.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
