# C1.Util.DX.DirectWrite.FlowDirection

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Util_DX_DirectWrite_FlowDirection" data-uid="C1.Util.DX.DirectWrite.FlowDirection" class="text-break">FlowDirection Enum
</h1>
  <div class="markdown level0 summary"><p>DWRITE_FLOW_DIRECTION</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Util.DX.DirectWrite.html">C1.Util.DX.DirectWrite</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.DX.4.6.2.dll</h6>
  <h5 id="C1_Util_DX_DirectWrite_FlowDirection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FlowDirection</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum FlowDirection</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_Util_DX_DirectWrite_FlowDirection_BottomToTop">BottomToTop</td>
        <td><p>DWRITE_FLOW_DIRECTION_BOTTOM_TO_TOP</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_FlowDirection_LeftToRight">LeftToRight</td>
        <td><p>DWRITE_FLOW_DIRECTION_LEFT_TO_RIGHT</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_FlowDirection_RightToLeft">RightToLeft</td>
        <td><p>DWRITE_FLOW_DIRECTION_RIGHT_TO_LEFT</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DirectWrite_FlowDirection_TopToBottom">TopToBottom</td>
        <td><p>DWRITE_FLOW_DIRECTION_TOP_TO_BOTTOM</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
