# GrapeCity.Drawing.DashStop

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Drawing_DashStop" data-uid="GrapeCity.Drawing.DashStop" class="text-break">DashStop Struct
</h1>
  <div class="markdown level0 summary"><p>Represents a dash stop primitive. Dashing schemes are built by specifying an ordered list of dash stop primitive. A dash stop primitive consists of a dash and a space.</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_DashStop_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct DashStop</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure DashStop</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Drawing_DashStop_DashLength" data-uid="GrapeCity.Drawing.DashStop.DashLength">
          <a class="xref" href="GrapeCity.Drawing.DashStop.DashLength.html#GrapeCity_Drawing_DashStop_DashLength">DashLength</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the length of the dash relative to the line width.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_DashStop_SpaceLength" data-uid="GrapeCity.Drawing.DashStop.SpaceLength">
          <a class="xref" href="GrapeCity.Drawing.DashStop.SpaceLength.html#GrapeCity_Drawing_DashStop_SpaceLength">SpaceLength</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the length of the space relative to the line width.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
