# C1.Win.FlexGrid.TextAlignEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_FlexGrid_TextAlignEnum" data-uid="C1.Win.FlexGrid.TextAlignEnum" class="text-break">TextAlignEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how text is aligned in a grid cell.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexGrid.html">C1.Win.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexGrid.10.dll</h6>
  <h5 id="C1_Win_FlexGrid_TextAlignEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TextAlignEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TextAlignEnum</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="C1_Win_FlexGrid_TextAlignEnum_CenterBottom">CenterBottom</td>
        <td><p>Text is horizontally aligned to the center and vertically aligned to the bottom of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_TextAlignEnum_CenterCenter">CenterCenter</td>
        <td><p>Text is horizontally aligned to the center and vertically aligned to the center of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_TextAlignEnum_CenterTop">CenterTop</td>
        <td><p>Text is horizontally aligned to the center and vertically aligned to the top of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_TextAlignEnum_GeneralBottom">GeneralBottom</td>
        <td><p>Numbers are aligned to the right, other values to the left, and vertically aligned to the bottom.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_TextAlignEnum_GeneralCenter">GeneralCenter</td>
        <td><p>Numbers are aligned to the right, other values to the left, and vertically aligned to the center.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_TextAlignEnum_GeneralTop">GeneralTop</td>
        <td><p>Numbers are aligned to the right, other values to the left, and vertically aligned to the top.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_TextAlignEnum_LeftBottom">LeftBottom</td>
        <td><p>Text is horizontally aligned to the left and vertically aligned to the bottom of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_TextAlignEnum_LeftCenter">LeftCenter</td>
        <td><p>Text is horizontally aligned to the left and vertically aligned to the center of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_TextAlignEnum_LeftTop">LeftTop</td>
        <td><p>Text is horizontally aligned to the left and vertically aligned to the top of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_TextAlignEnum_RightBottom">RightBottom</td>
        <td><p>Text is horizontally aligned to the right and vertically aligned to the bottom of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_TextAlignEnum_RightCenter">RightCenter</td>
        <td><p>Text is horizontally aligned to the right and vertically aligned to the center of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_TextAlignEnum_RightTop">RightTop</td>
        <td><p>Text is horizontally aligned to the right and vertically aligned to the top of the cell.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
