# GrapeCity.Drawing.RectAlignment

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Drawing_RectAlignment" data-uid="GrapeCity.Drawing.RectAlignment" class="text-break">RectAlignment Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the alignment (the origin of the coordinate grid) for the tiling of the content (ex. texture fill).</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Drawing.html">GrapeCity.Drawing</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Drawing_RectAlignment_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum RectAlignment : byte</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum RectAlignment As Byte</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_Drawing_RectAlignment_Bottom">Bottom</td>
        <td><p>Bottom alignment</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_RectAlignment_BottomLeft">BottomLeft</td>
        <td><p>Bottom-left alignment</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_RectAlignment_BottomRight">BottomRight</td>
        <td><p>Bottom-right alignment</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_RectAlignment_Center">Center</td>
        <td><p>Center alignment</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_RectAlignment_Left">Left</td>
        <td><p>Left alignment</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_RectAlignment_Right">Right</td>
        <td><p>Right alignment</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_RectAlignment_Top">Top</td>
        <td><p>Top alignment</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_RectAlignment_TopLeft">TopLeft</td>
        <td><p>Top-left alignment</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_RectAlignment_TopRight">TopRight</td>
        <td><p>Top-right alignment</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_RectAlignment_Unspecified">Unspecified</td>
        <td><p>Return value only; indicates a combination of the other states.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
