# C1.C1Word.Canvas.ShapeDashedLineStyle

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_C1Word_Canvas_ShapeDashedLineStyle" data-uid="C1.C1Word.Canvas.ShapeDashedLineStyle" class="text-break">ShapeDashedLineStyle Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the dash style of borders drawn around <a class="xref" href="C1.C1Word.Canvas.DrawingShape.html">DrawingShape</a> objects.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Word.Canvas.html">C1.C1Word.Canvas</a></h6>
  <h6><strong>Assembly</strong>: C1.C1Word.4.8.dll</h6>
  <h5 id="C1_C1Word_Canvas_ShapeDashedLineStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ShapeDashedLineStyle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ShapeDashedLineStyle</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="C1_C1Word_Canvas_ShapeDashedLineStyle_Dash">Dash</td>
        <td><p>Dash style, analogue PS_DASH pen of system.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Canvas_ShapeDashedLineStyle_DashDot">DashDot</td>
        <td><p>Dash-dot style, analogue PS_DASHDOT pen of system.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Canvas_ShapeDashedLineStyle_DashDotDot">DashDotDot</td>
        <td><p>Dash-dot-dot style, analogue PS_DASHDOTDOT pen of system.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Canvas_ShapeDashedLineStyle_Dot">Dot</td>
        <td><p>Dot style, analogue PS_DOT pen of system.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Canvas_ShapeDashedLineStyle_LongDash">LongDash</td>
        <td><p>Long dash style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Canvas_ShapeDashedLineStyle_LongDashDot">LongDashDot</td>
        <td><p>Long dash-dot style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Canvas_ShapeDashedLineStyle_LongDashDotDot">LongDashDotDot</td>
        <td><p>Long dash-dot-dot style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Canvas_ShapeDashedLineStyle_ShortDash">ShortDash</td>
        <td><p>Short dash style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Canvas_ShapeDashedLineStyle_ShortDashDot">ShortDashDot</td>
        <td><p>Short dash-dot style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Canvas_ShapeDashedLineStyle_Solid">Solid</td>
        <td><p>Solid (continuous) pen.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Canvas_ShapeDashedLineStyle_SquareDot">SquareDot</td>
        <td><p>Square dot style.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
