# GrapeCity.Documents.Svg.SvgStrokeLineJoin

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Svg_SvgStrokeLineJoin" data-uid="GrapeCity.Documents.Svg.SvgStrokeLineJoin" class="text-break">SvgStrokeLineJoin Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the shape to be used at the end of open subpaths when they are stroked.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Svg.html">GrapeCity.Documents.Svg</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Svg_SvgStrokeLineJoin_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SvgStrokeLineJoin</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SvgStrokeLineJoin</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_Documents_Svg_SvgStrokeLineJoin_Arcs">Arcs</td>
        <td><p>Indicates that an arcs corner is to be used to join path segments.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgStrokeLineJoin_Bevel">Bevel</td>
        <td><p>Indicates that a bevelled corner is to be used to join path segments.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgStrokeLineJoin_Miter">Miter</td>
        <td><p>Indicates that a sharp corner is to be used to join path segments.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgStrokeLineJoin_MiterClip">MiterClip</td>
        <td><p>The same as Miter but if the stroke-miterlimit is exceeded, the miter is clipped at a distance
equal to half the stroke-miterlimit value multiplied by the stroke width from the intersection
of the path segments.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgStrokeLineJoin_Round">Round</td>
        <td><p>Indicates that a round corner is to be used to join path segments.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
