# GrapeCity.ActiveReports.Document.Drawing.Drawing2D.DashStyle

## Content

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




  <h1 id="GrapeCity_ActiveReports_Document_Drawing_Drawing2D_DashStyle" data-uid="GrapeCity.ActiveReports.Document.Drawing.Drawing2D.DashStyle" class="text-break">DashStyle Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the style of dashed lines drawn with a Pen object.
It is a cross-platform version of <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Drawing2D.DashStyle.html">DashStyle</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Drawing2D.html">GrapeCity.ActiveReports.Document.Drawing.Drawing2D</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Document.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Document_Drawing_Drawing2D_DashStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DashStyle</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_ActiveReports_Document_Drawing_Drawing2D_DashStyle_Custom">Custom</td>
        <td><p>The custom style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Drawing2D_DashStyle_Dash">Dash</td>
        <td><p>The das style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Drawing2D_DashStyle_DashDot">DashDot</td>
        <td><p>The Dash Dot style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Drawing2D_DashStyle_DashDotDot">DashDotDot</td>
        <td><p>The Dash Dot Dot style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Drawing2D_DashStyle_Dot">Dot</td>
        <td><p>The dot style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Drawing2D_DashStyle_Solid">Solid</td>
        <td><p>The solid style.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
