# C1.WPF.Word.ContentAlignment

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_Word_ContentAlignment" data-uid="C1.WPF.Word.ContentAlignment" class="text-break">ContentAlignment Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies alignment of content within a layout rectangle.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Word.html">C1.WPF.Word</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Word.4.6.2.dll</h6>
  <h5 id="C1_WPF_Word_ContentAlignment_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ContentAlignment</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_WPF_Word_ContentAlignment_BottomCenter">BottomCenter</td>
        <td><p>Content is centered on the bottom edge of the layout rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_ContentAlignment_BottomLeft">BottomLeft</td>
        <td><p>Content is rendered on the bottom left corner of the layout rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_ContentAlignment_BottomRight">BottomRight</td>
        <td><p>Content is rendered on the bottom right corner of the layout rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_ContentAlignment_MiddleCenter">MiddleCenter</td>
        <td><p>Content is centered on the layout rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_ContentAlignment_MiddleLeft">MiddleLeft</td>
        <td><p>Content is centered on the left edge of the layout rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_ContentAlignment_MiddleRight">MiddleRight</td>
        <td><p>Content is centered on the right edge of the layout rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_ContentAlignment_TopCenter">TopCenter</td>
        <td><p>Content is centered on the top edge of the layout rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_ContentAlignment_TopLeft">TopLeft</td>
        <td><p>Content is rendered on the top-left corner of the layout rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_ContentAlignment_TopRight">TopRight</td>
        <td><p>Content is rendered on the top-right corner of the layout rectangle.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
