# GrapeCity.Documents.Drawing.RotatedTextAlignment

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Drawing_RotatedTextAlignment" data-uid="GrapeCity.Documents.Drawing.RotatedTextAlignment" class="text-break">RotatedTextAlignment Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the alignment of rotated text within the target rectangle.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Drawing.html">GrapeCity.Documents.Drawing</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Drawing_RotatedTextAlignment_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum RotatedTextAlignment</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum RotatedTextAlignment</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="GrapeCity_Documents_Drawing_RotatedTextAlignment_BottomCenter">BottomCenter</td>
        <td><p>Centered text is aligned to the bottom of the target rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_RotatedTextAlignment_BottomLeft">BottomLeft</td>
        <td><p>Text appears at the bottom-left corner of the target rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_RotatedTextAlignment_BottomRight">BottomRight</td>
        <td><p>Text appears at the bottom-right corner of the target rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_RotatedTextAlignment_MiddleCenter">MiddleCenter</td>
        <td><p>Text appears at the center of the target rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_RotatedTextAlignment_MiddleLeft">MiddleLeft</td>
        <td><p>Text appears at the middle left within the target rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_RotatedTextAlignment_MiddleRight">MiddleRight</td>
        <td><p>Text appears at the middle right within the target rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_RotatedTextAlignment_TopCenter">TopCenter</td>
        <td><p>Centered text is aligned to the top of the target rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_RotatedTextAlignment_TopLeft">TopLeft</td>
        <td><p>Text appears at the top-left corner of the target rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_RotatedTextAlignment_TopRight">TopRight</td>
        <td><p>Text appears at the top-right corner of the target rectangle.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h5 id="GrapeCity_Documents_Drawing_RotatedTextAlignment_seealso">See Also</h5>
  <div class="seealso">
      <div><a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.DrawRotatedText.html#GrapeCity_Documents_Drawing_GcGraphics_DrawRotatedText_GrapeCity_Documents_Text_TextLayout_System_Int32_System_Boolean_System_Drawing_RectangleF_GrapeCity_Documents_Drawing_RotatedTextAlignment_">DrawRotatedText</a>(<a class="xref" href="GrapeCity.Documents.Text.TextLayout.html">TextLayout</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectanglef">RectangleF</a>, <a class="xref" href="GrapeCity.Documents.Drawing.RotatedTextAlignment.html">RotatedTextAlignment</a>)</div>
      <div><a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.MeasureRotatedText.html#GrapeCity_Documents_Drawing_GcGraphics_MeasureRotatedText_GrapeCity_Documents_Text_TextLayout_System_Int32_System_Boolean_System_Drawing_RectangleF_GrapeCity_Documents_Drawing_RotatedTextAlignment_">MeasureRotatedText</a>(<a class="xref" href="GrapeCity.Documents.Text.TextLayout.html">TextLayout</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectanglef">RectangleF</a>, <a class="xref" href="GrapeCity.Documents.Drawing.RotatedTextAlignment.html">RotatedTextAlignment</a>)</div>
  </div>
</div>
