# C1.Win.Gauge.DrawFocusEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Gauge_DrawFocusEventArgs" data-uid="C1.Win.Gauge.DrawFocusEventArgs" class="text-break">DrawFocusEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for the DrawFocus event.</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventargs">EventArgs</a></div>
    <div class="level2"><span class="xref">DrawFocusEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Gauge.html">C1.Win.Gauge</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Gauge.10.dll</h6>
  <h5 id="C1_Win_Gauge_DrawFocusEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DrawFocusEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DrawFocusEventArgs
    Inherits EventArgs</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Gauge_DrawFocusEventArgs_FocusRectangle" data-uid="C1.Win.Gauge.DrawFocusEventArgs.FocusRectangle">
          <a class="xref" href="C1.Win.Gauge.DrawFocusEventArgs.FocusRectangle.html#C1_Win_Gauge_DrawFocusEventArgs_FocusRectangle">FocusRectangle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the bounds of the focus rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_DrawFocusEventArgs_Graphics" data-uid="C1.Win.Gauge.DrawFocusEventArgs.Graphics">
          <a class="xref" href="C1.Win.Gauge.DrawFocusEventArgs.Graphics.html#C1_Win_Gauge_DrawFocusEventArgs_Graphics">Graphics</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the graphics used to paint the focus rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_DrawFocusEventArgs_Handled" data-uid="C1.Win.Gauge.DrawFocusEventArgs.Handled">
          <a class="xref" href="C1.Win.Gauge.DrawFocusEventArgs.Handled.html#C1_Win_Gauge_DrawFocusEventArgs_Handled">Handled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the focus rectangle was drawn from user code.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
