# GrapeCity.Drawing.TextFontAlign

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Drawing_TextFontAlign" data-uid="GrapeCity.Drawing.TextFontAlign" class="text-break">TextFontAlign Enum
</h1>
  <div class="markdown level0 summary"><p>Special text alignment for text in a shape.</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_TextFontAlign_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TextFontAlign : byte</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TextFontAlign 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_TextFontAlign_Auto">Auto</td>
        <td><p>alignment auto.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_TextFontAlign_Baseline">Baseline</td>
        <td><p>Baseline</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_TextFontAlign_Bottom">Bottom</td>
        <td><p>alignment bottom.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_TextFontAlign_Center">Center</td>
        <td><p>alignment center.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_TextFontAlign_Top">Top</td>
        <td><p>alignment top.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
