# C1.Win.List.AlignHorzEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_List_AlignHorzEnum" data-uid="C1.Win.List.AlignHorzEnum" class="text-break">AlignHorzEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the horizontal alignment of text or images in a cell.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.List.html">C1.Win.List</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.List.10.dll</h6>
  <h5 id="C1_Win_List_AlignHorzEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum AlignHorzEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum AlignHorzEnum</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_List_AlignHorzEnum_Center">Center</td>
        <td><p>Text is aligned centered.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_AlignHorzEnum_Far">Far</td>
        <td><p>Text is aligned to the right.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_AlignHorzEnum_General">General</td>
        <td><p>Text is aligned Near and numeric values Far</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_AlignHorzEnum_Justify">Justify</td>
        <td><p>Text is aligned with respect to the cells boundries.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_AlignHorzEnum_Near">Near</td>
        <td><p>Text is aligned to the left.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
