# GrapeCity.Win.Spread.InputMan.CellType.GradientDirection

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_GradientDirection" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GradientDirection" class="text-break">GradientDirection Enum
</h1>
  <div class="markdown level0 summary"><p>Defines the direction of the gradient effect</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.html">GrapeCity.Win.Spread.InputMan.CellType</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Win.PluginInputMan.dll</h6>
  <h5 id="GrapeCity_Win_Spread_InputMan_CellType_GradientDirection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum GradientDirection</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum GradientDirection</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_GradientDirection_Backward">Backward</td>
        <td><p>The backward direction</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_GradientDirection_Center">Center</td>
        <td><p>The center direction</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_GradientDirection_Forward">Forward</td>
        <td><p>The forward direction</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_GradientDirection_NotSet">NotSet</td>
        <td><p>The default direction.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_GradientDirection_Side">Side</td>
        <td><p>The side direction</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
