# C1.WPF.Excel.XLShapeDashedLineStyleEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_Excel_XLShapeDashedLineStyleEnum" data-uid="C1.WPF.Excel.XLShapeDashedLineStyleEnum" class="text-break">XLShapeDashedLineStyleEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the dash style of borders drawn around <a class="xref" href="C1.WPF.Excel.XLShape.html">XLShape</a> objects.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Excel.html">C1.WPF.Excel</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Excel.4.6.2.dll</h6>
  <h5 id="C1_WPF_Excel_XLShapeDashedLineStyleEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum XLShapeDashedLineStyleEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum XLShapeDashedLineStyleEnum</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_WPF_Excel_XLShapeDashedLineStyleEnum_Dash">Dash</td>
        <td><p>Dash style, analogue PS_DASH pen of system.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Excel_XLShapeDashedLineStyleEnum_DashDot">DashDot</td>
        <td><p>Dash-dot style, analogue PS_DASHDOT pen of system.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Excel_XLShapeDashedLineStyleEnum_DashDotDot">DashDotDot</td>
        <td><p>Dash-dot-dot style, analogue PS_DASHDOTDOT pen of system.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Excel_XLShapeDashedLineStyleEnum_Dot">Dot</td>
        <td><p>Dot style, analogue PS_DOT pen of system.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Excel_XLShapeDashedLineStyleEnum_LongDash">LongDash</td>
        <td><p>Long dash style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Excel_XLShapeDashedLineStyleEnum_LongDashDot">LongDashDot</td>
        <td><p>Long dash-dot style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Excel_XLShapeDashedLineStyleEnum_LongDashDotDot">LongDashDotDot</td>
        <td><p>Long dash-dot-dot style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Excel_XLShapeDashedLineStyleEnum_ShortDash">ShortDash</td>
        <td><p>Short dash style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Excel_XLShapeDashedLineStyleEnum_ShortDashDot">ShortDashDot</td>
        <td><p>Short dash-dot style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Excel_XLShapeDashedLineStyleEnum_Solid">Solid</td>
        <td><p>Solid (continuous) pen.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Excel_XLShapeDashedLineStyleEnum_SquareDot">SquareDot</td>
        <td><p>Square dot style.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
