# FarPoint.Win.ComplexBorderSideStyle

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_ComplexBorderSideStyle" data-uid="FarPoint.Win.ComplexBorderSideStyle" class="text-break">ComplexBorderSideStyle Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the style of the border for one side of a cell.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.html">FarPoint.Win</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.dll</h6>
  <h5 id="FarPoint_Win_ComplexBorderSideStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ComplexBorderSideStyle : short</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ComplexBorderSideStyle As Short</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="FarPoint_Win_ComplexBorderSideStyle_DashDot">DashDot</td>
        <td><p>[4] Draws a border with an alternating pattern of dashes and dots</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ComplexBorderSideStyle_DashDotDot">DashDotDot</td>
        <td><p>[3] Draws a border with an alternating pattern of one dash and two dots</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ComplexBorderSideStyle_Dashed">Dashed</td>
        <td><p>[5] Draws a border with a dashed line</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ComplexBorderSideStyle_Dotted">Dotted</td>
        <td><p>[2] Draws a border with a dotted line</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ComplexBorderSideStyle_DoubleLine">DoubleLine</td>
        <td><p>[13] Draws a border with two parallel lines</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ComplexBorderSideStyle_HairLine">HairLine</td>
        <td><p>[1] Draws a border with a very thin line (hair line)</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ComplexBorderSideStyle_MediumDashDot">MediumDashDot</td>
        <td><p>[9] Draws a border with a medium thickness and alternating pattern of dashes and dots</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ComplexBorderSideStyle_MediumDashDotDot">MediumDashDotDot</td>
        <td><p>[7] Draws a border with a medium thickness line with an alternating pattern of one dash and two dots</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ComplexBorderSideStyle_MediumDashed">MediumDashed</td>
        <td><p>[10] Draws a border with a medium thickness dashed line</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ComplexBorderSideStyle_MediumLine">MediumLine</td>
        <td><p>[11] Draws a border with a medium thickness line</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ComplexBorderSideStyle_None">None</td>
        <td><p>[0] Draws no border</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ComplexBorderSideStyle_SlantedDashDot">SlantedDashDot</td>
        <td><p>[8] Draws a border with slanted dash lines alternated with dots.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ComplexBorderSideStyle_ThickLine">ThickLine</td>
        <td><p>[12] Draws a border with a thick line</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ComplexBorderSideStyle_ThinLine">ThinLine</td>
        <td><p>[6] Draws a border with a thin line</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ComplexBorderSideStyle_UserDefined">UserDefined</td>
        <td><p>[99] Indicates that the side has a user-defined appearance</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
