# FarPoint.Win.BevelBorderFactory

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_BevelBorderFactory" data-uid="FarPoint.Win.BevelBorderFactory" class="text-break">BevelBorderFactory Class
</h1>
  <div class="markdown level0 summary"><p>Represents an object for creating beveled borders in environments
that do not support parameterized constructors.</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">BevelBorderFactory</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.html">FarPoint.Win</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.dll</h6>
  <h5 id="FarPoint_Win_BevelBorderFactory_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class BevelBorderFactory</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class BevelBorderFactory</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_Win_BevelBorderFactory__ctor" data-uid="FarPoint.Win.BevelBorderFactory.#ctor">
          <a class="xref" href="FarPoint.Win.BevelBorderFactory.-ctor.html#FarPoint_Win_BevelBorderFactory__ctor">BevelBorderFactory()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a beveled border factory.</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_Win_BevelBorderFactory_CreateBevelBorder_FarPoint_Win_BevelBorderType_" data-uid="FarPoint.Win.BevelBorderFactory.CreateBevelBorder(FarPoint.Win.BevelBorderType)">
          <a class="xref" href="FarPoint.Win.BevelBorderFactory.CreateBevelBorder.html#FarPoint_Win_BevelBorderFactory_CreateBevelBorder_FarPoint_Win_BevelBorderType_">CreateBevelBorder(BevelBorderType)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a beveled border with the specified type.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_BevelBorderFactory_CreateBevelBorder_FarPoint_Win_BevelBorderType_System_Drawing_Color_System_Drawing_Color_" data-uid="FarPoint.Win.BevelBorderFactory.CreateBevelBorder(FarPoint.Win.BevelBorderType,System.Drawing.Color,System.Drawing.Color)">
          <a class="xref" href="FarPoint.Win.BevelBorderFactory.CreateBevelBorder.html#FarPoint_Win_BevelBorderFactory_CreateBevelBorder_FarPoint_Win_BevelBorderType_System_Drawing_Color_System_Drawing_Color_">CreateBevelBorder(BevelBorderType, Color, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a beveled border with the specified type, highlight color,
and shadow color.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_BevelBorderFactory_CreateBevelBorder_FarPoint_Win_BevelBorderType_System_Drawing_Color_System_Drawing_Color_System_Int32_" data-uid="FarPoint.Win.BevelBorderFactory.CreateBevelBorder(FarPoint.Win.BevelBorderType,System.Drawing.Color,System.Drawing.Color,System.Int32)">
          <a class="xref" href="FarPoint.Win.BevelBorderFactory.CreateBevelBorder.html#FarPoint_Win_BevelBorderFactory_CreateBevelBorder_FarPoint_Win_BevelBorderType_System_Drawing_Color_System_Drawing_Color_System_Int32_">CreateBevelBorder(BevelBorderType, Color, Color, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a beveled border with the specified type, highlight color,
shadow color, and thickness.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_BevelBorderFactory_CreateBevelBorder_FarPoint_Win_BevelBorderType_System_Drawing_Color_System_Drawing_Color_System_Int32_System_Boolean_System_Boolean_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.BevelBorderFactory.CreateBevelBorder(FarPoint.Win.BevelBorderType,System.Drawing.Color,System.Drawing.Color,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
          <a class="xref" href="FarPoint.Win.BevelBorderFactory.CreateBevelBorder.html#FarPoint_Win_BevelBorderFactory_CreateBevelBorder_FarPoint_Win_BevelBorderType_System_Drawing_Color_System_Drawing_Color_System_Int32_System_Boolean_System_Boolean_System_Boolean_System_Boolean_">CreateBevelBorder(BevelBorderType, Color, Color, int, bool, bool, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a beveled border with the specified type, highlight color,
shadow color, thickness, and sides on which the border is drawn.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
