# GrapeCity.Drawing.LineJoin

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Drawing_LineJoin" data-uid="GrapeCity.Drawing.LineJoin" class="text-break">LineJoin Enum
</h1>
  <div class="markdown level0 summary"><p>Represents how lines join together.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Drawing.html">GrapeCity.Drawing</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Drawing_LineJoin_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum LineJoin : byte</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum LineJoin As Byte</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="GrapeCity_Drawing_LineJoin_Bevel">Bevel</td>
        <td><p>An angle joint is used to connect lines.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_LineJoin_Miter">Miter</td>
        <td><p>Line join is mitered.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_LineJoin_Round">Round</td>
        <td><p>Lines joined together have a round join.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
