# C1.Util.VerticalOrientation

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Util_VerticalOrientation" data-uid="C1.Util.VerticalOrientation" class="text-break">VerticalOrientation Enum
</h1>
  <div class="markdown level0 summary"><p>Default character orientation categories.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Util.html">C1.Util</a></h6>
  <h6><strong>Assembly</strong>: C1.C1Word.4.8.dll</h6>
  <h5 id="C1_Util_VerticalOrientation_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum VerticalOrientation : byte</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum VerticalOrientation 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="C1_Util_VerticalOrientation_R">R</td>
        <td><p>Characters which are displayed sideways, rotated 90 degrees clockwise compared to the code charts.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_VerticalOrientation_Tr">Tr</td>
        <td><p>Require a different glyph when used in vertical texts. As a fallback, the character can be displayed with the code chart glyph rotated 90 degrees clockwise.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_VerticalOrientation_Tu">Tu</td>
        <td><p>Require a different glyph when used in vertical texts. As a fallback, the character can be displayed with the code chart glyph upright.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_VerticalOrientation_U">U</td>
        <td><p>Characters which are displayed upright, with the same orientation that appears in the code charts.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
