# C1.WPF.Excel.XLShapeLineStyleEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_Excel_XLShapeLineStyleEnum" data-uid="C1.WPF.Excel.XLShapeLineStyleEnum" class="text-break">XLShapeLineStyleEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the style of borders drawn around <a class="xref" href="C1.WPF.Excel.XLShape.html">XLShape</a> objects.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Excel.html">C1.WPF.Excel</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Excel.4.6.2.dll</h6>
  <h5 id="C1_WPF_Excel_XLShapeLineStyleEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum XLShapeLineStyleEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum XLShapeLineStyleEnum</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_WPF_Excel_XLShapeLineStyleEnum_Double">Double</td>
        <td><p>Double lines of equal width.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Excel_XLShapeLineStyleEnum_Simple">Simple</td>
        <td><p>Single line (of width LineWidth).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Excel_XLShapeLineStyleEnum_ThickThin">ThickThin</td>
        <td><p>Double lines, one thick, one thin.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Excel_XLShapeLineStyleEnum_ThinThick">ThinThick</td>
        <td><p>Double lines, reverse order.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Excel_XLShapeLineStyleEnum_Triple">Triple</td>
        <td><p>Three lines, thin, thick, thin.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
