# C1.Report.FieldAlignEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Report_FieldAlignEnum" data-uid="C1.Report.FieldAlignEnum" class="text-break">FieldAlignEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the alignment of text within the field's rectangle.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Report.html">C1.Report</a></h6>
  <h6><strong>Assembly</strong>: C1.Report.dll</h6>
  <h5 id="C1_Report_FieldAlignEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FieldAlignEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum FieldAlignEnum</code></pre>
  </div>
  <h5 id="C1_Report_FieldAlignEnum_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Use the members of this enumeration to set the value
of the <a class="xref" href="C1.Report.Field.Align.html#C1_Report_Field_Align">Align</a> property in the <a class="xref" href="C1.Report.Field.html">Field</a> class.</p>
</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_Report_FieldAlignEnum_CenterBottom">CenterBottom</td>
        <td><p>Align to the center and to the bottom of the field box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FieldAlignEnum_CenterMiddle">CenterMiddle</td>
        <td><p>Align to the center and to the middle of the field box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FieldAlignEnum_CenterTop">CenterTop</td>
        <td><p>Align to the center and to the top of the field box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FieldAlignEnum_General">General</td>
        <td><p>Align numbers to the right, other values to the left.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FieldAlignEnum_JustBottom">JustBottom</td>
        <td><p>Justify and align to the bottom of the field box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FieldAlignEnum_JustMiddle">JustMiddle</td>
        <td><p>Justify and align to the middle of the field box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FieldAlignEnum_JustTop">JustTop</td>
        <td><p>Justify and align to the top of the field box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FieldAlignEnum_LeftBottom">LeftBottom</td>
        <td><p>Align to the left and to the bottom of the field box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FieldAlignEnum_LeftMiddle">LeftMiddle</td>
        <td><p>Align to the left and to the middle of the field box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FieldAlignEnum_LeftTop">LeftTop</td>
        <td><p>Align to the left and to the top of the field box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FieldAlignEnum_RightBottom">RightBottom</td>
        <td><p>Align to the right and to the bottom of the field box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FieldAlignEnum_RightMiddle">RightMiddle</td>
        <td><p>Align to the right and to the middle of the field box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FieldAlignEnum_RightTop">RightTop</td>
        <td><p>Align to the right and to the top of the field box.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
