# FarPoint.Win.CompoundBorderFactory.CreateCompoundBorder

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_CompoundBorderFactory_CreateCompoundBorder_" data-uid="FarPoint.Win.CompoundBorderFactory.CreateCompoundBorder*">CreateCompoundBorder Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_CompoundBorderFactory_CreateCompoundBorder_" data-uid="FarPoint.Win.CompoundBorderFactory.CreateCompoundBorder*"></a>
<h4 id="FarPoint_Win_CompoundBorderFactory_CreateCompoundBorder_FarPoint_Win_IBorder_FarPoint_Win_IBorder_" data-uid="FarPoint.Win.CompoundBorderFactory.CreateCompoundBorder(FarPoint.Win.IBorder,FarPoint.Win.IBorder)">CreateCompoundBorder(IBorder, IBorder)</h4>
<div class="markdown level1 summary"><p>Creates a compound border with the specified inside and outside borders.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CompoundBorder CreateCompoundBorder(IBorder outside, IBorder inside)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function CreateCompoundBorder(outside As IBorder, inside As IBorder) As CompoundBorder</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="FarPoint.Win.IBorder.html">IBorder</a></td>
      <td><span class="parametername">outside</span></td>
      <td><p>Outside border</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.IBorder.html">IBorder</a></td>
      <td><span class="parametername">inside</span></td>
      <td><p>Inside border</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="FarPoint.Win.CompoundBorder.html">CompoundBorder</a></td>
      <td><p>Compound border (CompoundBorder object) with the parameters specified</p>
</td>
    </tr>
  </tbody>
</table>
</div>
