# FarPoint.Win.TextOrientation

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_TextOrientation" data-uid="FarPoint.Win.TextOrientation" class="text-break">TextOrientation Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the orientation of the text in a control.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.html">FarPoint.Win</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.dll</h6>
  <h5 id="FarPoint_Win_TextOrientation_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TextOrientation : short</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TextOrientation As Short</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="FarPoint_Win_TextOrientation_TextHorizontal">TextHorizontal</td>
        <td><p>Aligns the text horizontally in the control</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_TextOrientation_TextHorizontalFlipped">TextHorizontalFlipped</td>
        <td><p>Aligns the text horizontally in the control and flipped</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_TextOrientation_TextRotateCustom">TextRotateCustom</td>
        <td><p>Aligns the text based on a rotation angle for shape-related objects only</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_TextOrientation_TextTopDown">TextTopDown</td>
        <td><p>Aligns the text from the top to the bottom of the control and wraps left to right</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_TextOrientation_TextTopDownRTL">TextTopDownRTL</td>
        <td><p>Aligns the text from the top to the bottom of the control and wraps right to left</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_TextOrientation_TextVertical">TextVertical</td>
        <td><p>Aligns the text vertically in the control</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_TextOrientation_TextVerticalFlipped">TextVerticalFlipped</td>
        <td><p>Aligns the text vertically in the control and flipped</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
