# GrapeCity.Documents.Excel.Drawing.TextureAlignment

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Excel_Drawing_TextureAlignment" data-uid="GrapeCity.Documents.Excel.Drawing.TextureAlignment" class="text-break">TextureAlignment Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the alignment (the origin of the coordinate grid) for the tiling of the texture fill.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.Drawing.html">GrapeCity.Documents.Excel.Drawing</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_Drawing_TextureAlignment_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TextureAlignment</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TextureAlignment</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_Excel_Drawing_TextureAlignment_Bottom">Bottom</td>
        <td><p>Specifies the bottom alignment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_TextureAlignment_BottomLeft">BottomLeft</td>
        <td><p>Specifies the bottom-left alignment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_TextureAlignment_BottomRight">BottomRight</td>
        <td><p>Specifies the bottom-right alignment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_TextureAlignment_Center">Center</td>
        <td><p>Specifies the center alignment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_TextureAlignment_Left">Left</td>
        <td><p>Specifies the left alignment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_TextureAlignment_Right">Right</td>
        <td><p>Specifies the right alignment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_TextureAlignment_Top">Top</td>
        <td><p>Specifies the top alignment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_TextureAlignment_TopLeft">TopLeft</td>
        <td><p>Specifies the top-left alignment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_TextureAlignment_TopRight">TopRight</td>
        <td><p>Specifies the top-right alignment.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
