# C1.C1Preview.AlignVertEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_C1Preview_AlignVertEnum" data-uid="C1.C1Preview.AlignVertEnum" class="text-break">AlignVertEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the vertical alignment of text within a containing object.</p>
<p>This is the type of <a class="xref" href="C1.C1Preview.Style.TextAlignVert.html#C1_C1Preview_Style_TextAlignVert">TextAlignVert</a> property.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.PrintDocument.4.8.dll</h6>
  <h5 id="C1_C1Preview_AlignVertEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum AlignVertEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum AlignVertEnum</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_C1Preview_AlignVertEnum_Bottom">Bottom</td>
        <td><p>The text is bottom-aligned.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_AlignVertEnum_Center">Center</td>
        <td><p>The text is centered vertically.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_AlignVertEnum_Justify">Justify</td>
        <td><p>The text is justified vertically.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_AlignVertEnum_JustifyChars">JustifyChars</td>
        <td><p>When applied to vertical text (<a class="xref" href="C1.C1Preview.RenderVerticalText.html">RenderVerticalText</a>, <a class="xref" href="C1.C1Preview.RenderVerticalParagraph.html">RenderVerticalParagraph</a>),
justifies text vertically by adding white spaces between all characters.</p>
<!-- TODO: remove this limitation: -->
<p>(Note that if <a class="xref" href="C1.C1Preview.C1PrintDocument.UseGdiPlusTextRendering.html#C1_C1Preview_C1PrintDocument_UseGdiPlusTextRendering">UseGdiPlusTextRendering</a> is <b>false</b>,
this mode is not supported, and <a class="xref" href="C1.C1Preview.AlignVertEnum.html#C1_C1Preview_AlignVertEnum_Justify">Justify</a> is used instead.)</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_AlignVertEnum_Top">Top</td>
        <td><p>The text is top-aligned.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
