# GrapeCity.Documents.Svg.SvgStrokeLineCap

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Svg_SvgStrokeLineCap" data-uid="GrapeCity.Documents.Svg.SvgStrokeLineCap" class="text-break">SvgStrokeLineCap 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_SvgStrokeLineCap_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SvgStrokeLineCap</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SvgStrokeLineCap</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_SvgStrokeLineCap_Butt">Butt</td>
        <td><p>Indicates that the stroke for each subpath does not extend beyond its two endpoints.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgStrokeLineCap_Round">Round</td>
        <td><p>Indicates that at each end of each subpath, the shape representing the stroke
will be extended by a half circle with a diameter equal to the stroke width.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgStrokeLineCap_Square">Square</td>
        <td><p>Indicates that at the end of each subpath, the shape representing the stroke will be extended by
a rectangle with the same width as the stroke width and whose length is half of the stroke width.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
