# GrapeCity.Documents.Word.GradientStop

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_GradientStop" data-uid="GrapeCity.Documents.Word.GradientStop" class="text-break">GradientStop Class
</h1>
  <div class="markdown level0 summary"><p>Represents a gradient stop.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="GrapeCity.Documents.Word.FormattingBag.html">FormattingBag</a></div>
    <div class="level2"><span class="xref">GradientStop</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_GradientStop_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GradientStop : FormattingBag</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GradientStop
    Inherits FormattingBag</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_Documents_Word_GradientStop_Color" data-uid="GrapeCity.Documents.Word.GradientStop.Color">
          <a class="xref" href="GrapeCity.Documents.Word.GradientStop.Color.html#GrapeCity_Documents_Word_GradientStop_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the gradient stop color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_GradientStop_Position" data-uid="GrapeCity.Documents.Word.GradientStop.Position">
          <a class="xref" href="GrapeCity.Documents.Word.GradientStop.Position.html#GrapeCity_Documents_Word_GradientStop_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets where this gradient stop should appear in the color band, in percent.</p>
<p>This position is specified in the range [0%, 100%], which corresponds to the beginning and the end of the color band respectively.</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_Documents_Word_GradientStop_Equals_System_Object_" data-uid="GrapeCity.Documents.Word.GradientStop.Equals(System.Object)">
          <a class="xref" href="GrapeCity.Documents.Word.GradientStop.Equals.html#GrapeCity_Documents_Word_GradientStop_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_GradientStop_FixInheritedValues" data-uid="GrapeCity.Documents.Word.GradientStop.FixInheritedValues">
          <a class="xref" href="GrapeCity.Documents.Word.GradientStop.FixInheritedValues.html#GrapeCity_Documents_Word_GradientStop_FixInheritedValues">FixInheritedValues()</a>
        </td>
        <td class="markdown level1 summary"><p>Fixes all inherited values as &quot;direct&quot; values for this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_GradientStop_GetHashCode" data-uid="GrapeCity.Documents.Word.GradientStop.GetHashCode">
          <a class="xref" href="GrapeCity.Documents.Word.GradientStop.GetHashCode.html#GrapeCity_Documents_Word_GradientStop_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
