# C1.Win.List.CellBorders

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_List_CellBorders" data-uid="C1.Win.List.CellBorders" class="text-break">CellBorders Class
</h1>
  <div class="markdown level0 summary"><p>Represents the border in a <a class="xref" href="C1.Win.List.Style.html">Style</a></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"><span class="xref">CellBorders</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.List.html">C1.Win.List</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.List.4.8.dll</h6>
  <h5 id="C1_Win_List_CellBorders_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(GenericTypeConverter))]
public class CellBorders</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(GenericTypeConverter))&gt;
Public Class CellBorders</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="C1_Win_List_CellBorders_BorderType" data-uid="C1.Win.List.CellBorders.BorderType">
          <a class="xref" href="C1.Win.List.CellBorders.BorderType.html#C1_Win_List_CellBorders_BorderType">BorderType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_CellBorders_Bottom" data-uid="C1.Win.List.CellBorders.Bottom">
          <a class="xref" href="C1.Win.List.CellBorders.Bottom.html#C1_Win_List_CellBorders_Bottom">Bottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the bottom border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_CellBorders_Color" data-uid="C1.Win.List.CellBorders.Color">
          <a class="xref" href="C1.Win.List.CellBorders.Color.html#C1_Win_List_CellBorders_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_CellBorders_Left" data-uid="C1.Win.List.CellBorders.Left">
          <a class="xref" href="C1.Win.List.CellBorders.Left.html#C1_Win_List_CellBorders_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the left border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_CellBorders_Right" data-uid="C1.Win.List.CellBorders.Right">
          <a class="xref" href="C1.Win.List.CellBorders.Right.html#C1_Win_List_CellBorders_Right">Right</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the right border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_CellBorders_Top" data-uid="C1.Win.List.CellBorders.Top">
          <a class="xref" href="C1.Win.List.CellBorders.Top.html#C1_Win_List_CellBorders_Top">Top</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the top border.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
