# C1.C1Word.Canvas.ShapeLineStyle

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_C1Word_Canvas_ShapeLineStyle" data-uid="C1.C1Word.Canvas.ShapeLineStyle" class="text-break">ShapeLineStyle Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the style of borders drawn around <a class="xref" href="C1.C1Word.Canvas.DrawingShape.html">DrawingShape</a> objects.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Word.Canvas.html">C1.C1Word.Canvas</a></h6>
  <h6><strong>Assembly</strong>: C1.C1Word.4.8.dll</h6>
  <h5 id="C1_C1Word_Canvas_ShapeLineStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ShapeLineStyle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ShapeLineStyle</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_C1Word_Canvas_ShapeLineStyle_Double">Double</td>
        <td><p>Double lines of equal width.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Canvas_ShapeLineStyle_Simple">Simple</td>
        <td><p>Single line (of width LineWidth).</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Canvas_ShapeLineStyle_ThickThin">ThickThin</td>
        <td><p>Double lines, one thick, one thin.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Canvas_ShapeLineStyle_ThinThick">ThinThick</td>
        <td><p>Double lines, reverse order.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Canvas_ShapeLineStyle_Triple">Triple</td>
        <td><p>Three lines, thin, thick, thin.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
