# FarPoint.Web.Spread.Border.BorderColorTop

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Web_Spread_Border_BorderColorTop_" data-uid="FarPoint.Web.Spread.Border.BorderColorTop*">BorderColorTop Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Web_Spread_Border_BorderColorTop_" data-uid="FarPoint.Web.Spread.Border.BorderColorTop*"></a>
<h4 id="FarPoint_Web_Spread_Border_BorderColorTop" data-uid="FarPoint.Web.Spread.Border.BorderColorTop">BorderColorTop</h4>
<div class="markdown level1 summary"><p>Gets or sets the color of the top border.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[TypeConverter(typeof(WebColorConverter))]
public Color BorderColorTop { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(WebColorConverter))&gt;
Public Property BorderColorTop As Color</code></pre>
</div>
</div>
