# GrapeCity.Drawing.LineStyle

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Drawing_LineStyle" data-uid="GrapeCity.Drawing.LineStyle" class="text-break">LineStyle Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the style for a line.</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_LineStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum LineStyle : byte</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum LineStyle 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_LineStyle_Single">Single</td>
        <td><p>Single line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_LineStyle_ThickBetweenThin">ThickBetweenThin</td>
        <td><p>Thick line with a thin line on each side.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_LineStyle_ThickThin">ThickThin</td>
        <td><p>Thick line next to thin line. For horizontal lines, the thick line is above the thin line. For vertical lines, the thick line is to the left of the thin line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_LineStyle_ThinThick">ThinThick</td>
        <td><p>Thick line next to thin line. For horizontal lines, the thick line is below the thin line. For vertical lines, the thick line is to the right of the thin line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_LineStyle_ThinThin">ThinThin</td>
        <td><p>Two thin lines.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
