# GrapeCity.Documents.Word.GradientLinearDirection

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Word_GradientLinearDirection" data-uid="GrapeCity.Documents.Word.GradientLinearDirection" class="text-break">GradientLinearDirection Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies linear gradient directions.</p>
</div>
  <div class="markdown level0 conceptual"></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_GradientLinearDirection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum GradientLinearDirection</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum GradientLinearDirection</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_Documents_Word_GradientLinearDirection_BottomLeftToTopRight">BottomLeftToTopRight</td>
        <td><p>From bottom left corner to top right corner.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_GradientLinearDirection_BottomRightToTopLeft">BottomRightToTopLeft</td>
        <td><p>From bottom right corner to top left corner.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_GradientLinearDirection_Down">Down</td>
        <td><p>Down.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_GradientLinearDirection_Left">Left</td>
        <td><p>Left.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_GradientLinearDirection_Right">Right</td>
        <td><p>Right.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_GradientLinearDirection_TopLeftToBottomRight">TopLeftToBottomRight</td>
        <td><p>From top left corner to bottom right corner.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_GradientLinearDirection_TopRightToBottomLeft">TopRightToBottomLeft</td>
        <td><p>From top right corner to bottom left corner.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_GradientLinearDirection_Up">Up</td>
        <td><p>Up.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
