# C1.Framework.Drawing.Gdi.GradientDirection

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Framework_Drawing_Gdi_GradientDirection" data-uid="C1.Framework.Drawing.Gdi.GradientDirection" class="text-break">GradientDirection Enum
</h1>
  <div class="markdown level0 summary"><p>An <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.enum">Enum</a> represents the gradient direction.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Framework.Drawing.Gdi.html">C1.Framework.Drawing.Gdi</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Framework_Drawing_Gdi_GradientDirection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum GradientDirection</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
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="C1_Framework_Drawing_Gdi_GradientDirection_Down">Down</td>
        <td><p>Towards to down.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_GradientDirection_Left">Left</td>
        <td><p>Towards to left.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_GradientDirection_Right">Right</td>
        <td><p>Towards to right.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_GradientDirection_Up">Up</td>
        <td><p>Towards to up.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
