# C1.Maui.Core.BorderAlignment

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Maui_Core_BorderAlignment" data-uid="C1.Maui.Core.BorderAlignment" class="text-break">BorderAlignment Enum
</h1>
  <div class="markdown level0 summary"><p>Determines the way to draw the borders of <a class="xref" href="C1.Maui.Core.C1Border.html">C1Border</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Maui.Core.html">C1.Maui.Core</a></h6>
  <h6><strong>Assembly</strong>: C1.Maui.Core.dll</h6>
  <h5 id="C1_Maui_Core_BorderAlignment_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum BorderAlignment</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum BorderAlignment</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_Maui_Core_BorderAlignment_Center">Center</td>
        <td><p>Draw the borders centering the bound's edges</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_BorderAlignment_Inner">Inner</td>
        <td><p>Draw the borders inside the bound's edges</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_BorderAlignment_Outer">Outer</td>
        <td><p>Draw the border outer the bound's edges</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
