# C1.Util.DX.DirectWrite.TextFormat.SetFlowDirection

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Util_DX_DirectWrite_TextFormat_SetFlowDirection_" data-uid="C1.Util.DX.DirectWrite.TextFormat.SetFlowDirection*">SetFlowDirection Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Util_DX_DirectWrite_TextFormat_SetFlowDirection_" data-uid="C1.Util.DX.DirectWrite.TextFormat.SetFlowDirection*"></a>
<h4 id="C1_Util_DX_DirectWrite_TextFormat_SetFlowDirection_C1_Util_DX_DirectWrite_FlowDirection_" data-uid="C1.Util.DX.DirectWrite.TextFormat.SetFlowDirection(C1.Util.DX.DirectWrite.FlowDirection)">SetFlowDirection(FlowDirection)</h4>
<div class="markdown level1 summary"><p>HRESULT IDWriteTextFormat::SetFlowDirection([In] DWRITE_FLOW_DIRECTION flowDirection)</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void SetFlowDirection(FlowDirection flowDirection)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub SetFlowDirection(flowDirection As FlowDirection)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Util.DX.DirectWrite.FlowDirection.html">FlowDirection</a></td>
      <td><span class="parametername">flowDirection</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
