# C1.Win.FlexGrid.FocusRectEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_FlexGrid_FocusRectEnum" data-uid="C1.Win.FlexGrid.FocusRectEnum" class="text-break">FocusRectEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the appearance of the focus rectangle.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexGrid.html">C1.Win.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexGrid.10.dll</h6>
  <h5 id="C1_Win_FlexGrid_FocusRectEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FocusRectEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum FocusRectEnum</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_FlexGrid_FocusRectEnum_Background">Background</td>
        <td><p>Show filled focus rectangle without border. The color of the rectangle is determined by the
<b>BackColor</b> property of the <a class="xref" href="C1.Win.FlexGrid.CellStyleCollection.Focus.html#C1_Win_FlexGrid_CellStyleCollection_Focus">Focus</a> style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_FocusRectEnum_Heavy">Heavy</td>
        <td><p>Show a heavy focus rectangle (dotted, 2-pixel wide).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_FocusRectEnum_Inset">Inset</td>
        <td><p>Show an inset focus rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_FocusRectEnum_Light">Light</td>
        <td><p>Show a light focus rectangle (dotted, 1-pixel wide). This is the default setting.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_FocusRectEnum_None">None</td>
        <td><p>No focus rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_FocusRectEnum_Raised">Raised</td>
        <td><p>Show a raised focus rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_FocusRectEnum_Solid">Solid</td>
        <td><p>Show a solid focus rectangle. The color of the rectangle is determined by the
<b>BackColor</b> property of the <a class="xref" href="C1.Win.FlexGrid.CellStyleCollection.Highlight.html#C1_Win_FlexGrid_CellStyleCollection_Highlight">Highlight</a> style.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
