# GrapeCity.Spreadsheet.GradientStop

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_GradientStop" data-uid="GrapeCity.Spreadsheet.GradientStop" class="text-break">GradientStop Struct
</h1>
  <div class="markdown level0 summary"><p>Represents the gradient stop.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a>&lt;<a class="xref" href="GrapeCity.Spreadsheet.GradientStop.html">GradientStop</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icomparer-1">IComparer</a>&lt;<a class="xref" href="GrapeCity.Spreadsheet.GradientStop.html">GradientStop</a>&gt;</div>
  </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_GradientStop_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct GradientStop : IEquatable&lt;GradientStop&gt;, IComparer&lt;GradientStop&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure GradientStop
    Implements IEquatable(Of GradientStop), IComparer(Of GradientStop)</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_GradientStop__ctor_System_Double_GrapeCity_Spreadsheet_Color_" data-uid="GrapeCity.Spreadsheet.GradientStop.#ctor(System.Double,GrapeCity.Spreadsheet.Color)">
          <a class="xref" href="GrapeCity.Spreadsheet.GradientStop.-ctor.html#GrapeCity_Spreadsheet_GradientStop__ctor_System_Double_GrapeCity_Spreadsheet_Color_">GradientStop(double, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Spreadsheet.GradientStop.html">GradientStop</a> struct.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_GradientStop_Color" data-uid="GrapeCity.Spreadsheet.GradientStop.Color">
          <a class="xref" href="GrapeCity.Spreadsheet.GradientStop.Color.html#GrapeCity_Spreadsheet_GradientStop_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the color of this gradient stop.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_GradientStop_Position" data-uid="GrapeCity.Spreadsheet.GradientStop.Position">
          <a class="xref" href="GrapeCity.Spreadsheet.GradientStop.Position.html#GrapeCity_Spreadsheet_GradientStop_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the position information for this gradient stop.</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_GradientStop_Equals_GrapeCity_Spreadsheet_GradientStop_" data-uid="GrapeCity.Spreadsheet.GradientStop.Equals(GrapeCity.Spreadsheet.GradientStop)">
          <a class="xref" href="GrapeCity.Spreadsheet.GradientStop.Equals.html#GrapeCity_Spreadsheet_GradientStop_Equals_GrapeCity_Spreadsheet_GradientStop_">Equals(GradientStop)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a> is equal to this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_GradientStop_Equals_System_Object_" data-uid="GrapeCity.Spreadsheet.GradientStop.Equals(System.Object)">
          <a class="xref" href="GrapeCity.Spreadsheet.GradientStop.Equals.html#GrapeCity_Spreadsheet_GradientStop_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a> is equal to this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_GradientStop_GetHashCode" data-uid="GrapeCity.Spreadsheet.GradientStop.GetHashCode">
          <a class="xref" href="GrapeCity.Spreadsheet.GradientStop.GetHashCode.html#GrapeCity_Spreadsheet_GradientStop_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a hash code for this instance.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
