# C1.Win.Editor.C1Editor.TextAlignmentSelectionAsync

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Editor_C1Editor_TextAlignmentSelectionAsync_" data-uid="C1.Win.Editor.C1Editor.TextAlignmentSelectionAsync*">TextAlignmentSelectionAsync Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Editor_C1Editor_TextAlignmentSelectionAsync_" data-uid="C1.Win.Editor.C1Editor.TextAlignmentSelectionAsync*"></a>
<h4 id="C1_Win_Editor_C1Editor_TextAlignmentSelectionAsync_System_Windows_Forms_HorizontalAlignment_" data-uid="C1.Win.Editor.C1Editor.TextAlignmentSelectionAsync(System.Windows.Forms.HorizontalAlignment)">TextAlignmentSelectionAsync(HorizontalAlignment)</h4>
<div class="markdown level1 summary"><p>Specifies the horizonal alignment of the paragraph of the currently selected text asynchronously.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Task TextAlignmentSelectionAsync(HorizontalAlignment alignment)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function TextAlignmentSelectionAsync(alignment As HorizontalAlignment) As Task</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="https://learn.microsoft.com/dotnet/api/system.windows.forms.horizontalalignment">HorizontalAlignment</a></td>
      <td><span class="parametername">alignment</span></td>
      <td><p>Specifies the HorizonalAlignment for the paragraph.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task">Task</a></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_Editor_C1Editor_TextAlignmentSelectionAsync_" data-uid="C1.Win.Editor.C1Editor.TextAlignmentSelectionAsync*"></a>
<h4 id="C1_Win_Editor_C1Editor_TextAlignmentSelectionAsync_System_Windows_TextAlignment_" data-uid="C1.Win.Editor.C1Editor.TextAlignmentSelectionAsync(System.Windows.TextAlignment)">TextAlignmentSelectionAsync(TextAlignment)</h4>
<div class="markdown level1 summary"><p>Specifies the horizonal alignment of the paragraph of the currently selected text asynchronously.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Task TextAlignmentSelectionAsync(TextAlignment alignment)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function TextAlignmentSelectionAsync(alignment As TextAlignment) As Task</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="https://learn.microsoft.com/dotnet/api/system.windows.textalignment">TextAlignment</a></td>
      <td><span class="parametername">alignment</span></td>
      <td><p>Specifies the TextAlignment for the paragraph.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task">Task</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
