# C1.Framework.Drawing.Gdi.LineJoin

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Framework_Drawing_Gdi_LineJoin" data-uid="C1.Framework.Drawing.Gdi.LineJoin" class="text-break">LineJoin Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the join style of the pen.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Framework.Drawing.Gdi.html">C1.Framework.Drawing.Gdi</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Framework_Drawing_Gdi_LineJoin_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum LineJoin</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum LineJoin</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_Framework_Drawing_Gdi_LineJoin_Bevel">Bevel</td>
        <td><p>Joins are beveled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_LineJoin_Miter">Miter</td>
        <td><p>Joins are mitered when they are within the current limit set by the SetMiterLimit function.
If it exceeds this limit, the join is beveled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_LineJoin_Round">Round</td>
        <td><p>Joins are round.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
