# GrapeCity.Documents.Word.DashStop

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_DashStop" data-uid="GrapeCity.Documents.Word.DashStop" class="text-break">DashStop Class
</h1>
  <div class="markdown level0 summary"><p>Represents a a dash stop primitive.</p>
<p>Dashing schemes are built by specifying an ordered list of dash stop primitive.</p>
<p>A dash stop primitive consists of a dash and a space.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="GrapeCity.Documents.Word.FormattingBag.html">FormattingBag</a></div>
    <div class="level2"><span class="xref">DashStop</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_DashStop_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DashStop : FormattingBag</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DashStop
    Inherits FormattingBag</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_Documents_Word_DashStop_DashLength" data-uid="GrapeCity.Documents.Word.DashStop.DashLength">
          <a class="xref" href="GrapeCity.Documents.Word.DashStop.DashLength.html#GrapeCity_Documents_Word_DashStop_DashLength">DashLength</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the length, in percent, of the dash relative to line width.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_DashStop_SpaceLength" data-uid="GrapeCity.Documents.Word.DashStop.SpaceLength">
          <a class="xref" href="GrapeCity.Documents.Word.DashStop.SpaceLength.html#GrapeCity_Documents_Word_DashStop_SpaceLength">SpaceLength</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the length, in percent, of the space relative to line width.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_DashStop_Equals_System_Object_" data-uid="GrapeCity.Documents.Word.DashStop.Equals(System.Object)">
          <a class="xref" href="GrapeCity.Documents.Word.DashStop.Equals.html#GrapeCity_Documents_Word_DashStop_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_DashStop_GetHashCode" data-uid="GrapeCity.Documents.Word.DashStop.GetHashCode">
          <a class="xref" href="GrapeCity.Documents.Word.DashStop.GetHashCode.html#GrapeCity_Documents_Word_DashStop_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
