# C1.C1Preview.FlowAlignEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_C1Preview_FlowAlignEnum" data-uid="C1.C1Preview.FlowAlignEnum" class="text-break">FlowAlignEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the alignment within their container of objects in the block flow
(see <a class="xref" href="C1.C1Preview.RenderObject.Stacking.html#C1_C1Preview_RenderObject_Stacking">Stacking</a>).
This is the type of <a class="xref" href="C1.C1Preview.Style.FlowAlignChildren.html#C1_C1Preview_Style_FlowAlignChildren">FlowAlignChildren</a> and <a class="xref" href="C1.C1Preview.Style.FlowAlign.html#C1_C1Preview_Style_FlowAlign">FlowAlign</a>
properties.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.PrintDocument.4.6.2.dll</h6>
  <h5 id="C1_C1Preview_FlowAlignEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FlowAlignEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum FlowAlignEnum</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_C1Preview_FlowAlignEnum_Center">Center</td>
        <td><p>Objects are centered horizontally for top to bottom flow (<a class="xref" href="C1.C1Preview.StackingRulesEnum.html#C1_C1Preview_StackingRulesEnum_BlockTopToBottom">BlockTopToBottom</a>),
and vertically for left to right flow (<a class="xref" href="C1.C1Preview.StackingRulesEnum.html#C1_C1Preview_StackingRulesEnum_BlockLeftToRight">BlockLeftToRight</a>).</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_FlowAlignEnum_Default">Default</td>
        <td><pre><code>&lt;p&gt;
</code></pre>
<p>If specified for a child object's <a class="xref" href="C1.C1Preview.Style.FlowAlign.html#C1_C1Preview_Style_FlowAlign">FlowAlign</a>,
indicates that the parent's <a class="xref" href="C1.C1Preview.Style.FlowAlignChildren.html#C1_C1Preview_Style_FlowAlignChildren">FlowAlignChildren</a> value is used.</p>

    <p>
If specified for a <a class="xref" href="C1.C1Preview.Style.FlowAlignChildren.html#C1_C1Preview_Style_FlowAlignChildren">FlowAlignChildren</a>, equivalent to
<a class="xref" href="C1.C1Preview.FlowAlignEnum.html#C1_C1Preview_FlowAlignEnum_Near">Near</a>.
</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_FlowAlignEnum_Far">Far</td>
        <td><p>Objects are right-aligned for top to bottom flow (<a class="xref" href="C1.C1Preview.StackingRulesEnum.html#C1_C1Preview_StackingRulesEnum_BlockTopToBottom">BlockTopToBottom</a>),
and bottom-aligned for left to right flow (<a class="xref" href="C1.C1Preview.StackingRulesEnum.html#C1_C1Preview_StackingRulesEnum_BlockLeftToRight">BlockLeftToRight</a>).</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_FlowAlignEnum_Near">Near</td>
        <td><p>Objects are left-aligned for top to bottom flow (<a class="xref" href="C1.C1Preview.StackingRulesEnum.html#C1_C1Preview_StackingRulesEnum_BlockTopToBottom">BlockTopToBottom</a>),
and top-aligned for left to right flow (<a class="xref" href="C1.C1Preview.StackingRulesEnum.html#C1_C1Preview_StackingRulesEnum_BlockLeftToRight">BlockLeftToRight</a>).</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
