# GrapeCity.SpreadBuilder.Imaging.ImageLineStyle

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_SpreadBuilder_Imaging_ImageLineStyle" data-uid="GrapeCity.SpreadBuilder.Imaging.ImageLineStyle" class="text-break">ImageLineStyle Enum
</h1>
  <div class="markdown level0 summary"><p>Used in conjunction with ImageInfo.LineStyle to specify the style of the border line of an image.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.html">GrapeCity.SpreadBuilder.Imaging</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.SpreadBuilder.dll</h6>
  <h5 id="GrapeCity_SpreadBuilder_Imaging_ImageLineStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ImageLineStyle : 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_SpreadBuilder_Imaging_ImageLineStyle_DarkGray">DarkGray</td>
        <td><p>A solid line in dark gray.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_ImageLineStyle_Dash">Dash</td>
        <td><p>A line consisting of dashes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_ImageLineStyle_DashDot">DashDot</td>
        <td><p>A line consisting of a pattern of dash followed by a dot.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_ImageLineStyle_DashDotDot">DashDotDot</td>
        <td><p>A line consisting of a pattern of dash followed by two dots.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_ImageLineStyle_Dot">Dot</td>
        <td><p>A line consisting of dots.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_ImageLineStyle_LightGray">LightGray</td>
        <td><p>A solid line in light gray.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_ImageLineStyle_MediumGray">MediumGray</td>
        <td><p>A solid line in medium gray.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_ImageLineStyle_Null">Null</td>
        <td><p>No line. Used to specify that no border should be drawn.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_ImageLineStyle_Solid">Solid</td>
        <td><p>A solid line without breaks.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
