# FarPoint.Win.ComplexBorderSideFactory.CreateComplexBorderSide

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_ComplexBorderSideFactory_CreateComplexBorderSide_" data-uid="FarPoint.Win.ComplexBorderSideFactory.CreateComplexBorderSide*">CreateComplexBorderSide Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_ComplexBorderSideFactory_CreateComplexBorderSide_" data-uid="FarPoint.Win.ComplexBorderSideFactory.CreateComplexBorderSide*"></a>
<h4 id="FarPoint_Win_ComplexBorderSideFactory_CreateComplexBorderSide_FarPoint_Win_ComplexBorderSideStyle_" data-uid="FarPoint.Win.ComplexBorderSideFactory.CreateComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle)">CreateComplexBorderSide(ComplexBorderSideStyle)</h4>
<div class="markdown level1 summary"><p>Creates a complex border side with the specified ComplexBorderSideStyle.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ComplexBorderSide CreateComplexBorderSide(ComplexBorderSideStyle sideStyle)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function CreateComplexBorderSide(sideStyle As ComplexBorderSideStyle) As ComplexBorderSide</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.ComplexBorderSideStyle.html">ComplexBorderSideStyle</a></td>
      <td><span class="parametername">sideStyle</span></td>
      <td><p>ComplexBorderSideStyle of the side</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.ComplexBorderSide.html">ComplexBorderSide</a></td>
      <td><p>Complex border side (ComplexBorderSide object) with the parameters specified</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_ComplexBorderSideFactory_CreateComplexBorderSide_" data-uid="FarPoint.Win.ComplexBorderSideFactory.CreateComplexBorderSide*"></a>
<h4 id="FarPoint_Win_ComplexBorderSideFactory_CreateComplexBorderSide_FarPoint_Win_ComplexBorderSideStyle_System_Drawing_Color_" data-uid="FarPoint.Win.ComplexBorderSideFactory.CreateComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle,System.Drawing.Color)">CreateComplexBorderSide(ComplexBorderSideStyle, Color)</h4>
<div class="markdown level1 summary"><p>Creates a complex border side with the specified ComplexBorderSideStyle and color.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ComplexBorderSide CreateComplexBorderSide(ComplexBorderSideStyle sideStyle, Color sideColor)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function CreateComplexBorderSide(sideStyle As ComplexBorderSideStyle, sideColor As Color) As ComplexBorderSide</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.ComplexBorderSideStyle.html">ComplexBorderSideStyle</a></td>
      <td><span class="parametername">sideStyle</span></td>
      <td><p>ComplexBorderSideStyle of the side</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">sideColor</span></td>
      <td><p>Color of the side</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.ComplexBorderSide.html">ComplexBorderSide</a></td>
      <td><p>Complex border side (ComplexBorderSide object) with the parameters specified</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_ComplexBorderSideFactory_CreateComplexBorderSide_" data-uid="FarPoint.Win.ComplexBorderSideFactory.CreateComplexBorderSide*"></a>
<h4 id="FarPoint_Win_ComplexBorderSideFactory_CreateComplexBorderSide_System_Drawing_Color_" data-uid="FarPoint.Win.ComplexBorderSideFactory.CreateComplexBorderSide(System.Drawing.Color)">CreateComplexBorderSide(Color)</h4>
<div class="markdown level1 summary"><p>Creates a complex border side with the specified color.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ComplexBorderSide CreateComplexBorderSide(Color color)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function CreateComplexBorderSide(color As Color) As ComplexBorderSide</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="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">color</span></td>
      <td><p>Color of the side</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.ComplexBorderSide.html">ComplexBorderSide</a></td>
      <td><p>Complex border side (ComplexBorderSide object) with the parameters specified</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_ComplexBorderSideFactory_CreateComplexBorderSide_" data-uid="FarPoint.Win.ComplexBorderSideFactory.CreateComplexBorderSide*"></a>
<h4 id="FarPoint_Win_ComplexBorderSideFactory_CreateComplexBorderSide_System_Drawing_Color_System_Int32_" data-uid="FarPoint.Win.ComplexBorderSideFactory.CreateComplexBorderSide(System.Drawing.Color,System.Int32)">CreateComplexBorderSide(Color, int)</h4>
<div class="markdown level1 summary"><p>Creates a complex border side with the specified color and width.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ComplexBorderSide CreateComplexBorderSide(Color color, int width)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function CreateComplexBorderSide(color As Color, width As Integer) As ComplexBorderSide</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="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">color</span></td>
      <td><p>Color of the side</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">width</span></td>
      <td><p>Width of the side</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.ComplexBorderSide.html">ComplexBorderSide</a></td>
      <td><p>Complex border side (ComplexBorderSide object) with the parameters specified</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_ComplexBorderSideFactory_CreateComplexBorderSide_" data-uid="FarPoint.Win.ComplexBorderSideFactory.CreateComplexBorderSide*"></a>
<h4 id="FarPoint_Win_ComplexBorderSideFactory_CreateComplexBorderSide_System_Drawing_Color_System_Int32_System_Drawing_Drawing2D_DashStyle_" data-uid="FarPoint.Win.ComplexBorderSideFactory.CreateComplexBorderSide(System.Drawing.Color,System.Int32,System.Drawing.Drawing2D.DashStyle)">CreateComplexBorderSide(Color, int, DashStyle)</h4>
<div class="markdown level1 summary"><p>Creates a complex border side with the specified color, width, and dash style.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ComplexBorderSide CreateComplexBorderSide(Color color, int width, DashStyle dashStyle)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function CreateComplexBorderSide(color As Color, width As Integer, dashStyle As DashStyle) As ComplexBorderSide</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="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">color</span></td>
      <td><p>Color of the side</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">width</span></td>
      <td><p>Width of the side</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.drawing2d.dashstyle">DashStyle</a></td>
      <td><span class="parametername">dashStyle</span></td>
      <td><p>DashStyle of the side</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.ComplexBorderSide.html">ComplexBorderSide</a></td>
      <td><p>Complex border side (ComplexBorderSide object) with the parameters specified</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_ComplexBorderSideFactory_CreateComplexBorderSide_" data-uid="FarPoint.Win.ComplexBorderSideFactory.CreateComplexBorderSide*"></a>
<h4 id="FarPoint_Win_ComplexBorderSideFactory_CreateComplexBorderSide_System_Drawing_Color_System_Int32_System_Drawing_Drawing2D_DashStyle_System_Single___System_Single___" data-uid="FarPoint.Win.ComplexBorderSideFactory.CreateComplexBorderSide(System.Drawing.Color,System.Int32,System.Drawing.Drawing2D.DashStyle,System.Single[],System.Single[])">CreateComplexBorderSide(Color, int, DashStyle, float[], float[])</h4>
<div class="markdown level1 summary"><p>Creates a complex border side with the specified color, width, dash style, dash pattern, and compound array.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ComplexBorderSide CreateComplexBorderSide(Color color, int width, DashStyle dashStyle, float[] dashPattern, float[] compoundArray)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function CreateComplexBorderSide(color As Color, width As Integer, dashStyle As DashStyle, dashPattern As Single(), compoundArray As Single()) As ComplexBorderSide</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="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">color</span></td>
      <td><p>Color of the side</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">width</span></td>
      <td><p>Width of the side</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.drawing2d.dashstyle">DashStyle</a></td>
      <td><span class="parametername">dashStyle</span></td>
      <td><p>DashStyle of the side</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a>[]</td>
      <td><span class="parametername">dashPattern</span></td>
      <td><p>DashPattern of the side</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a>[]</td>
      <td><span class="parametername">compoundArray</span></td>
      <td><p>CompoundArray of the side</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.ComplexBorderSide.html">ComplexBorderSide</a></td>
      <td><p>Complex border side (ComplexBorderSide object) with the parameters specified</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_ComplexBorderSideFactory_CreateComplexBorderSide_" data-uid="FarPoint.Win.ComplexBorderSideFactory.CreateComplexBorderSide*"></a>
<h4 id="FarPoint_Win_ComplexBorderSideFactory_CreateComplexBorderSide_System_Boolean_System_Drawing_Color_System_Int32_System_Drawing_Drawing2D_DashStyle_System_Single___System_Single___" data-uid="FarPoint.Win.ComplexBorderSideFactory.CreateComplexBorderSide(System.Boolean,System.Drawing.Color,System.Int32,System.Drawing.Drawing2D.DashStyle,System.Single[],System.Single[])">CreateComplexBorderSide(bool, Color, int, DashStyle, float[], float[])</h4>
<div class="markdown level1 summary"><p>Creates a complex border side with the specified draw flag, color, width, dash style, dash pattern, and compound array.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ComplexBorderSide CreateComplexBorderSide(bool draw, Color color, int width, DashStyle dashStyle, float[] dashPattern, float[] compoundArray)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function CreateComplexBorderSide(draw As Boolean, color As Color, width As Integer, dashStyle As DashStyle, dashPattern As Single(), compoundArray As Single()) As ComplexBorderSide</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="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">draw</span></td>
      <td><p>Whether to draw the side</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">color</span></td>
      <td><p>Color of the side</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">width</span></td>
      <td><p>Width of the side</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.drawing2d.dashstyle">DashStyle</a></td>
      <td><span class="parametername">dashStyle</span></td>
      <td><p>DashStyle of the side</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a>[]</td>
      <td><span class="parametername">dashPattern</span></td>
      <td><p>DashPattern of the side</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a>[]</td>
      <td><span class="parametername">compoundArray</span></td>
      <td><p>CompoundArray of the side</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.ComplexBorderSide.html">ComplexBorderSide</a></td>
      <td><p>Complex border side (ComplexBorderSide object) with the parameters specified</p>
</td>
    </tr>
  </tbody>
</table>
</div>
