# GrapeCity.Drawing.TextAlign

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Drawing_TextAlign" data-uid="GrapeCity.Drawing.TextAlign" class="text-break">TextAlign Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the text alignment.</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_TextAlign_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TextAlign : byte</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TextAlign 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_TextAlign_Center">Center</td>
        <td><p>Center</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_TextAlign_Distributed">Distributed</td>
        <td><p>Distributed</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_TextAlign_Justified">Justified</td>
        <td><p>adjust</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_TextAlign_JustifiedLow">JustifiedLow</td>
        <td><p>JustifiedLow</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_TextAlign_Left">Left</td>
        <td><p>Left</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_TextAlign_Right">Right</td>
        <td><p>Right</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_TextAlign_ThaiDistributed">ThaiDistributed</td>
        <td><p>ThaiDistributed</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_TextAlign_Unspecified">Unspecified</td>
        <td><p>unknown text align.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
