# GrapeCity.Documents.Word.GradientPathDirection

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Word_GradientPathDirection" data-uid="GrapeCity.Documents.Word.GradientPathDirection" class="text-break">GradientPathDirection Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies circle or rectangle gradient fill 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_GradientPathDirection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum GradientPathDirection</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum GradientPathDirection</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_GradientPathDirection_Center">Center</td>
        <td><p>Center.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_GradientPathDirection_FromBottomLeft">FromBottomLeft</td>
        <td><p>From bottom left corner.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_GradientPathDirection_FromBottomRight">FromBottomRight</td>
        <td><p>From bottom right corner.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_GradientPathDirection_FromTopLeft">FromTopLeft</td>
        <td><p>From top left corner.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_GradientPathDirection_FromTopRight">FromTopRight</td>
        <td><p>From top right corner.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
