# GrapeCity.Drawing.SchemeGradientStop

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Drawing_SchemeGradientStop" data-uid="GrapeCity.Drawing.SchemeGradientStop" class="text-break">SchemeGradientStop Struct
</h1>
  <div class="markdown level0 summary"><p>Represents a 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.Drawing.SchemeGradientStop.html">SchemeGradientStop</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icomparable-1">IComparable</a>&lt;<a class="xref" href="GrapeCity.Drawing.SchemeGradientStop.html">SchemeGradientStop</a>&gt;</div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Drawing.html">GrapeCity.Drawing</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Drawing_SchemeGradientStop_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct SchemeGradientStop : IEquatable&lt;SchemeGradientStop&gt;, IComparable&lt;SchemeGradientStop&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure SchemeGradientStop
    Implements IEquatable(Of SchemeGradientStop), IComparable(Of SchemeGradientStop)</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_Drawing_SchemeGradientStop__ctor_GrapeCity_Core_SchemeColor_System_Double_" data-uid="GrapeCity.Drawing.SchemeGradientStop.#ctor(GrapeCity.Core.SchemeColor,System.Double)">
          <a class="xref" href="GrapeCity.Drawing.SchemeGradientStop.-ctor.html#GrapeCity_Drawing_SchemeGradientStop__ctor_GrapeCity_Core_SchemeColor_System_Double_">SchemeGradientStop(SchemeColor, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Drawing.SchemeGradientStop.html">SchemeGradientStop</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_Drawing_SchemeGradientStop_Color" data-uid="GrapeCity.Drawing.SchemeGradientStop.Color">
          <a class="xref" href="GrapeCity.Drawing.SchemeGradientStop.Color.html#GrapeCity_Drawing_SchemeGradientStop_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Get the color of the gradient stop.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_SchemeGradientStop_Position" data-uid="GrapeCity.Drawing.SchemeGradientStop.Position">
          <a class="xref" href="GrapeCity.Drawing.SchemeGradientStop.Position.html#GrapeCity_Drawing_SchemeGradientStop_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Get or set the position of the 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_Drawing_SchemeGradientStop_Equals_GrapeCity_Drawing_SchemeGradientStop_" data-uid="GrapeCity.Drawing.SchemeGradientStop.Equals(GrapeCity.Drawing.SchemeGradientStop)">
          <a class="xref" href="GrapeCity.Drawing.SchemeGradientStop.Equals.html#GrapeCity_Drawing_SchemeGradientStop_Equals_GrapeCity_Drawing_SchemeGradientStop_">Equals(SchemeGradientStop)</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the current value is equal to another value of the same type.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
