# C1.Framework.Style.BorderEdges

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Framework_Style_BorderEdges_" data-uid="C1.Framework.Style.BorderEdges*">BorderEdges Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Framework_Style_BorderEdges_" data-uid="C1.Framework.Style.BorderEdges*"></a>
<h4 id="C1_Framework_Style_BorderEdges" data-uid="C1.Framework.Style.BorderEdges">BorderEdges</h4>
<div class="markdown level1 summary"><p>Gets <a class="xref" href="C1.Framework.Style.BorderEdges.html#C1_Framework_Style_BorderEdges">BorderEdges</a> object that defines the colors used to paint each edge of the borders.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[TypeConverter(typeof(BorderEdgesConverter))]
public BorderEdges BorderEdges { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(BorderEdgesConverter))&gt;
Public Property BorderEdges As BorderEdges</code></pre>
</div>
<h5 id="C1_Framework_Style_BorderEdges_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Normally, this property is empty, and the border is drawn using the color specified by the <a class="xref" href="C1.Framework.Style.BorderColor.html#C1_Framework_Style_BorderColor">BorderColor</a>
property.</p>
<p>If any of the members of this property are set to non-transparent colors, then the specified color
is used to paint the specific border.</p>
<p>This property is only applicable if the <a class="xref" href="C1.Framework.Style.Corners.html#C1_Framework_Style_Corners">Corners</a> are set to zero.</p>
</div>
</div>
