# C1.Win.Input.Styles.FocusedBaseStyles

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Input_Styles_FocusedBaseStyles" data-uid="C1.Win.Input.Styles.FocusedBaseStyles" class="text-break">FocusedBaseStyles Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.Win.Input.Styles.FocusedBaseStyles.html">FocusedBaseStyles</a> class represents the styles for controls which can show focus rectangle.</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="../C1.Win.10/C1.Win.Themes.StyledPropertyCollection.html">StyledPropertyCollection</a></div>
    <div class="level2"><a class="xref" href="../C1.Win.10/C1.Win.Themes.BaseStyle.html">BaseStyle</a></div>
    <div class="level3"><a class="xref" href="../C1.Win.10/C1.Win.Themes.BaseC1FrameworkStyle.html">BaseC1FrameworkStyle</a></div>
    <div class="level4"><a class="xref" href="C1.Win.Input.Styles.InputStyles.html">InputStyles</a></div>
    <div class="level5"><span class="xref">FocusedBaseStyles</span></div>
      <div class="level6"><a class="xref" href="C1.Win.Input.Styles.ButtonBaseStyles.html">ButtonBaseStyles</a></div>
      <div class="level6"><a class="xref" href="C1.Win.Input.Styles.CheckBoxBaseStyles.html">CheckBoxBaseStyles</a></div>
      <div class="level6"><a class="xref" href="C1.Win.Input.Styles.RangeSliderCommonStyle.html">RangeSliderCommonStyle</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Input.Styles.html">C1.Win.Input.Styles</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Input.10.dll</h6>
  <h5 id="C1_Win_Input_Styles_FocusedBaseStyles_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FocusedBaseStyles : InputStyles, INotifyPropertyChanged, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FocusedBaseStyles
    Inherits InputStyles
    Implements INotifyPropertyChanged, IDisposable</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="C1_Win_Input_Styles_FocusedBaseStyles__ctor" data-uid="C1.Win.Input.Styles.FocusedBaseStyles.#ctor">
          <a class="xref" href="C1.Win.Input.Styles.FocusedBaseStyles.-ctor.html#C1_Win_Input_Styles_FocusedBaseStyles__ctor">FocusedBaseStyles()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Input.Styles.FocusedBaseStyles.html">FocusedBaseStyles</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_Input_Styles_FocusedBaseStyles_Corners" data-uid="C1.Win.Input.Styles.FocusedBaseStyles.Corners">
          <a class="xref" href="C1.Win.Input.Styles.FocusedBaseStyles.Corners.html#C1_Win_Input_Styles_FocusedBaseStyles_Corners">Corners</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the radii of the element corners.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_FocusedBaseStyles_FocusBorderColor" data-uid="C1.Win.Input.Styles.FocusedBaseStyles.FocusBorderColor">
          <a class="xref" href="C1.Win.Input.Styles.FocusedBaseStyles.FocusBorderColor.html#C1_Win_Input_Styles_FocusedBaseStyles_FocusBorderColor">FocusBorderColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the focus rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_FocusedBaseStyles_ShowFocusBorder" data-uid="C1.Win.Input.Styles.FocusedBaseStyles.ShowFocusBorder">
          <a class="xref" href="C1.Win.Input.Styles.FocusedBaseStyles.ShowFocusBorder.html#C1_Win_Input_Styles_FocusedBaseStyles_ShowFocusBorder">ShowFocusBorder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value indicating whether a control should show the focus rectangle or not.</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="C1_Win_Input_Styles_FocusedBaseStyles_ResetCorners" data-uid="C1.Win.Input.Styles.FocusedBaseStyles.ResetCorners">
          <a class="xref" href="C1.Win.Input.Styles.FocusedBaseStyles.ResetCorners.html#C1_Win_Input_Styles_FocusedBaseStyles_ResetCorners">ResetCorners()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.Input.Styles.FocusedBaseStyles.Corners.html#C1_Win_Input_Styles_FocusedBaseStyles_Corners">Corners</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_FocusedBaseStyles_ResetFocusBorderColor" data-uid="C1.Win.Input.Styles.FocusedBaseStyles.ResetFocusBorderColor">
          <a class="xref" href="C1.Win.Input.Styles.FocusedBaseStyles.ResetFocusBorderColor.html#C1_Win_Input_Styles_FocusedBaseStyles_ResetFocusBorderColor">ResetFocusBorderColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.Input.Styles.FocusedBaseStyles.FocusBorderColor.html#C1_Win_Input_Styles_FocusedBaseStyles_FocusBorderColor">FocusBorderColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_FocusedBaseStyles_ResetShowFocusBorder" data-uid="C1.Win.Input.Styles.FocusedBaseStyles.ResetShowFocusBorder">
          <a class="xref" href="C1.Win.Input.Styles.FocusedBaseStyles.ResetShowFocusBorder.html#C1_Win_Input_Styles_FocusedBaseStyles_ResetShowFocusBorder">ResetShowFocusBorder()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.Input.Styles.FocusedBaseStyles.ShowFocusBorder.html#C1_Win_Input_Styles_FocusedBaseStyles_ShowFocusBorder">ShowFocusBorder</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_FocusedBaseStyles_ShouldSerializeCorners" data-uid="C1.Win.Input.Styles.FocusedBaseStyles.ShouldSerializeCorners">
          <a class="xref" href="C1.Win.Input.Styles.FocusedBaseStyles.ShouldSerializeCorners.html#C1_Win_Input_Styles_FocusedBaseStyles_ShouldSerializeCorners">ShouldSerializeCorners()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.Input.Styles.FocusedBaseStyles.Corners.html#C1_Win_Input_Styles_FocusedBaseStyles_Corners">Corners</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_FocusedBaseStyles_ShouldSerializeFocusBorderColor" data-uid="C1.Win.Input.Styles.FocusedBaseStyles.ShouldSerializeFocusBorderColor">
          <a class="xref" href="C1.Win.Input.Styles.FocusedBaseStyles.ShouldSerializeFocusBorderColor.html#C1_Win_Input_Styles_FocusedBaseStyles_ShouldSerializeFocusBorderColor">ShouldSerializeFocusBorderColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.Input.Styles.FocusedBaseStyles.FocusBorderColor.html#C1_Win_Input_Styles_FocusedBaseStyles_FocusBorderColor">FocusBorderColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_FocusedBaseStyles_ShouldSerializeShowFocusBorder" data-uid="C1.Win.Input.Styles.FocusedBaseStyles.ShouldSerializeShowFocusBorder">
          <a class="xref" href="C1.Win.Input.Styles.FocusedBaseStyles.ShouldSerializeShowFocusBorder.html#C1_Win_Input_Styles_FocusedBaseStyles_ShouldSerializeShowFocusBorder">ShouldSerializeShowFocusBorder()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.Input.Styles.FocusedBaseStyles.ShowFocusBorder.html#C1_Win_Input_Styles_FocusedBaseStyles_ShowFocusBorder">ShowFocusBorder</a> property.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
