# GrapeCity.Documents.Word.DashStopList

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_DashStopList" data-uid="GrapeCity.Documents.Word.DashStopList" class="text-break">DashStopList Class
</h1>
  <div class="markdown level0 summary"><p>Represents a custom dashing scheme.</p>
<p>It is a list of dash stop items which represent building block atoms upon which the custom dashing scheme is built.</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"><a class="xref" href="GrapeCity.Documents.Word.FormattingBagList-1.html">FormattingBagList</a>&lt;<a class="xref" href="GrapeCity.Documents.Word.DashStop.html">DashStop</a>&gt;</div>
    <div class="level3"><span class="xref">DashStopList</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlylist-1">IReadOnlyList</a>&lt;<a class="xref" href="GrapeCity.Documents.Word.DashStop.html">DashStop</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1">IReadOnlyCollection</a>&lt;<a class="xref" href="GrapeCity.Documents.Word.DashStop.html">DashStop</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="GrapeCity.Documents.Word.DashStop.html">DashStop</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></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_DashStopList_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DashStopList : FormattingBagList&lt;DashStop&gt;, IReadOnlyList&lt;DashStop&gt;, IReadOnlyCollection&lt;DashStop&gt;, IEnumerable&lt;DashStop&gt;, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DashStopList
    Inherits FormattingBagList(Of DashStop)
    Implements IReadOnlyList(Of DashStop), IReadOnlyCollection(Of DashStop), IEnumerable(Of DashStop), IEnumerable</code></pre>
  </div>
  <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_DashStopList_Add_System_Single_System_Single_" data-uid="GrapeCity.Documents.Word.DashStopList.Add(System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Word.DashStopList.Add.html#GrapeCity_Documents_Word_DashStopList_Add_System_Single_System_Single_">Add(float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new dash stop to the dashing scheme.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_DashStopList_Equals_System_Object_" data-uid="GrapeCity.Documents.Word.DashStopList.Equals(System.Object)">
          <a class="xref" href="GrapeCity.Documents.Word.DashStopList.Equals.html#GrapeCity_Documents_Word_DashStopList_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_DashStopList_GetHashCode" data-uid="GrapeCity.Documents.Word.DashStopList.GetHashCode">
          <a class="xref" href="GrapeCity.Documents.Word.DashStopList.GetHashCode.html#GrapeCity_Documents_Word_DashStopList_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_DashStopList_Insert_System_Single_System_Single_System_Int32_" data-uid="GrapeCity.Documents.Word.DashStopList.Insert(System.Single,System.Single,System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Word.DashStopList.Insert.html#GrapeCity_Documents_Word_DashStopList_Insert_System_Single_System_Single_System_Int32_">Insert(float, float, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new dash stop into the dashing scheme.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
