# FarPoint.Web.Spread.BorderProperty

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_BorderProperty" data-uid="FarPoint.Web.Spread.BorderProperty" class="text-break">BorderProperty Class
</h1>
  <div class="markdown level0 summary"><p>Represents the border properties.</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">BorderProperty</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.html">FarPoint.Web.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_BorderProperty_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class BorderProperty</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class BorderProperty</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Web_Spread_BorderProperty__ctor_System_String_" data-uid="FarPoint.Web.Spread.BorderProperty.#ctor(System.String)">
          <a class="xref" href="FarPoint.Web.Spread.BorderProperty.-ctor.html#FarPoint_Web_Spread_BorderProperty__ctor_System_String_">BorderProperty(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new border property with the specified name.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Web_Spread_BorderProperty_BorderColor" data-uid="FarPoint.Web.Spread.BorderProperty.BorderColor">
          <a class="xref" href="FarPoint.Web.Spread.BorderProperty.BorderColor.html">BorderColor</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the BorderColor property (index is 0), which specifies the color that applies to all sides of the object border.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BorderProperty_BorderColorBottom" data-uid="FarPoint.Web.Spread.BorderProperty.BorderColorBottom">
          <a class="xref" href="FarPoint.Web.Spread.BorderProperty.BorderColorBottom.html">BorderColorBottom</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the BorderColorBottom property (index is 1), which specifies the color of the bottom border.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BorderProperty_BorderColorLeft" data-uid="FarPoint.Web.Spread.BorderProperty.BorderColorLeft">
          <a class="xref" href="FarPoint.Web.Spread.BorderProperty.BorderColorLeft.html">BorderColorLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the BorderColorLeft property (index is 2), which specifies the color of the left border.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BorderProperty_BorderColorRight" data-uid="FarPoint.Web.Spread.BorderProperty.BorderColorRight">
          <a class="xref" href="FarPoint.Web.Spread.BorderProperty.BorderColorRight.html">BorderColorRight</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the BorderColorRight property (index is 3), which specifies the color of the right border.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BorderProperty_BorderColorTop" data-uid="FarPoint.Web.Spread.BorderProperty.BorderColorTop">
          <a class="xref" href="FarPoint.Web.Spread.BorderProperty.BorderColorTop.html">BorderColorTop</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the BorderColorTop property (index is 4), which specifies the color of the top border.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BorderProperty_BorderSize" data-uid="FarPoint.Web.Spread.BorderProperty.BorderSize">
          <a class="xref" href="FarPoint.Web.Spread.BorderProperty.BorderSize.html">BorderSize</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the BorderSize property (index is 5), which specifies the width that applies to all sides of the object border.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BorderProperty_BorderSizeBottom" data-uid="FarPoint.Web.Spread.BorderProperty.BorderSizeBottom">
          <a class="xref" href="FarPoint.Web.Spread.BorderProperty.BorderSizeBottom.html">BorderSizeBottom</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the BorderSizeBottom property (index is 6), which specifies the width of the bottom border.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BorderProperty_BorderSizeLeft" data-uid="FarPoint.Web.Spread.BorderProperty.BorderSizeLeft">
          <a class="xref" href="FarPoint.Web.Spread.BorderProperty.BorderSizeLeft.html">BorderSizeLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the BorderSizeLeft property (index is 7), which specifies the width of the left border.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BorderProperty_BorderSizeRight" data-uid="FarPoint.Web.Spread.BorderProperty.BorderSizeRight">
          <a class="xref" href="FarPoint.Web.Spread.BorderProperty.BorderSizeRight.html">BorderSizeRight</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the BorderSizeRight property (index is 8), which specifies the width of the right border.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BorderProperty_BorderSizeTop" data-uid="FarPoint.Web.Spread.BorderProperty.BorderSizeTop">
          <a class="xref" href="FarPoint.Web.Spread.BorderProperty.BorderSizeTop.html">BorderSizeTop</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the BorderSizeTop property (index is 9), which specifies the width of the top border.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BorderProperty_BorderStyle" data-uid="FarPoint.Web.Spread.BorderProperty.BorderStyle">
          <a class="xref" href="FarPoint.Web.Spread.BorderProperty.BorderStyle.html">BorderStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the BorderStyle property (index is 10), which specifies the style that applies to all sides of the object border.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BorderProperty_BorderStyleBottom" data-uid="FarPoint.Web.Spread.BorderProperty.BorderStyleBottom">
          <a class="xref" href="FarPoint.Web.Spread.BorderProperty.BorderStyleBottom.html">BorderStyleBottom</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the BorderStyleBottom property (index is 11), which specifies the style for the bottom border.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BorderProperty_BorderStyleLeft" data-uid="FarPoint.Web.Spread.BorderProperty.BorderStyleLeft">
          <a class="xref" href="FarPoint.Web.Spread.BorderProperty.BorderStyleLeft.html">BorderStyleLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the BorderStyleLeft property (index is 12), which specifies the style for the left border.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BorderProperty_BorderStyleRight" data-uid="FarPoint.Web.Spread.BorderProperty.BorderStyleRight">
          <a class="xref" href="FarPoint.Web.Spread.BorderProperty.BorderStyleRight.html">BorderStyleRight</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the BorderStyleRight property (index is 13), which specifies the style for the right border.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BorderProperty_BorderStyleTop" data-uid="FarPoint.Web.Spread.BorderProperty.BorderStyleTop">
          <a class="xref" href="FarPoint.Web.Spread.BorderProperty.BorderStyleTop.html">BorderStyleTop</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the BorderStyleTop property (index is 14), which specifies the style for the top border.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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="FarPoint_Web_Spread_BorderProperty_Index" data-uid="FarPoint.Web.Spread.BorderProperty.Index">
          <a class="xref" href="FarPoint.Web.Spread.BorderProperty.Index.html#FarPoint_Web_Spread_BorderProperty_Index">Index</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an integer value associated with the current border property.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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="FarPoint_Web_Spread_BorderProperty_GetEnumerator" data-uid="FarPoint.Web.Spread.BorderProperty.GetEnumerator">
          <a class="xref" href="FarPoint.Web.Spread.BorderProperty.GetEnumerator.html#FarPoint_Web_Spread_BorderProperty_GetEnumerator">GetEnumerator()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an enumerator for enumerating through the defined border properties.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BorderProperty_Parse_System_String_" data-uid="FarPoint.Web.Spread.BorderProperty.Parse(System.String)">
          <a class="xref" href="FarPoint.Web.Spread.BorderProperty.Parse.html#FarPoint_Web_Spread_BorderProperty_Parse_System_String_">Parse(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the border property with the specified name, or
null if no border property has the specified name.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BorderProperty_ToString" data-uid="FarPoint.Web.Spread.BorderProperty.ToString">
          <a class="xref" href="FarPoint.Web.Spread.BorderProperty.ToString.html#FarPoint_Web_Spread_BorderProperty_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of the border property.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Web_Spread_BorderProperty_op_Implicit_FarPoint_Web_Spread_BorderProperty__System_Int32" data-uid="FarPoint.Web.Spread.BorderProperty.op_Implicit(FarPoint.Web.Spread.BorderProperty)~System.Int32">
          <a class="xref" href="FarPoint.Web.Spread.BorderProperty.op_Implicit.html#FarPoint_Web_Spread_BorderProperty_op_Implicit_FarPoint_Web_Spread_BorderProperty__System_Int32">implicit operator int(BorderProperty)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a border property to an integer value.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
