# C1.Win.TouchToolKit.BorderBackground

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_TouchToolKit_BorderBackground" data-uid="C1.Win.TouchToolKit.BorderBackground" class="text-break">BorderBackground Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the border appearance of the magnifier.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.TouchToolKit.html">C1.Win.TouchToolKit</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.TouchToolKit.4.8.dll</h6>
  <h5 id="C1_Win_TouchToolKit_BorderBackground_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum BorderBackground</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum BorderBackground</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Win_TouchToolKit_BorderBackground_Custom">Custom</td>
        <td><p>Use a specify image to render the border background. see to <a class="xref" href="C1.Win.TouchToolKit.C1Magnify.BorderBackground.html#C1_Win_TouchToolKit_C1Magnify_BorderBackground">GcMagnifier.BorderBackground</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_BorderBackground_Dark">Dark</td>
        <td><p>The border background color is dark color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_BorderBackground_Light">Light</td>
        <td><p>The border background color is light color.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
