# C1.Win.Input.Styles.StateGlyphStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Input_Styles_StateGlyphStyle" data-uid="C1.Win.Input.Styles.StateGlyphStyle" class="text-break">StateGlyphStyle Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.Win.Input.Styles.StateGlyphStyle.html">StateGlyphStyle</a> contains display attributes that determine the general appearance of the glyph in some state on the screen.</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.StateElementBaseStyle.html">StateElementBaseStyle</a></div>
    <div class="level5"><span class="xref">StateGlyphStyle</span></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_StateGlyphStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class StateGlyphStyle : StateElementBaseStyle, INotifyPropertyChanged, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class StateGlyphStyle
    Inherits StateElementBaseStyle
    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_StateGlyphStyle__ctor" data-uid="C1.Win.Input.Styles.StateGlyphStyle.#ctor">
          <a class="xref" href="C1.Win.Input.Styles.StateGlyphStyle.-ctor.html#C1_Win_Input_Styles_StateGlyphStyle__ctor">StateGlyphStyle()</a>
        </td>
        <td class="markdown level1 summary"></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_StateGlyphStyle_BackColor" data-uid="C1.Win.Input.Styles.StateGlyphStyle.BackColor">
          <a class="xref" href="C1.Win.Input.Styles.StateGlyphStyle.BackColor.html#C1_Win_Input_Styles_StateGlyphStyle_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> used to paint the background.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_StateGlyphStyle_BorderColor" data-uid="C1.Win.Input.Styles.StateGlyphStyle.BorderColor">
          <a class="xref" href="C1.Win.Input.Styles.StateGlyphStyle.BorderColor.html#C1_Win_Input_Styles_StateGlyphStyle_BorderColor">BorderColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> used to paint the border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_StateGlyphStyle_ForeColor" data-uid="C1.Win.Input.Styles.StateGlyphStyle.ForeColor">
          <a class="xref" href="C1.Win.Input.Styles.StateGlyphStyle.ForeColor.html#C1_Win_Input_Styles_StateGlyphStyle_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> used to paint the text.</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_StateGlyphStyle_ResetBackColor" data-uid="C1.Win.Input.Styles.StateGlyphStyle.ResetBackColor">
          <a class="xref" href="C1.Win.Input.Styles.StateGlyphStyle.ResetBackColor.html#C1_Win_Input_Styles_StateGlyphStyle_ResetBackColor">ResetBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.Input.Styles.StateGlyphStyle.BackColor.html#C1_Win_Input_Styles_StateGlyphStyle_BackColor">BackColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_StateGlyphStyle_ResetBorderColor" data-uid="C1.Win.Input.Styles.StateGlyphStyle.ResetBorderColor">
          <a class="xref" href="C1.Win.Input.Styles.StateGlyphStyle.ResetBorderColor.html#C1_Win_Input_Styles_StateGlyphStyle_ResetBorderColor">ResetBorderColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.Input.Styles.StateGlyphStyle.BorderColor.html#C1_Win_Input_Styles_StateGlyphStyle_BorderColor">BorderColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_StateGlyphStyle_ResetForeColor" data-uid="C1.Win.Input.Styles.StateGlyphStyle.ResetForeColor">
          <a class="xref" href="C1.Win.Input.Styles.StateGlyphStyle.ResetForeColor.html#C1_Win_Input_Styles_StateGlyphStyle_ResetForeColor">ResetForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.Input.Styles.StateGlyphStyle.ForeColor.html#C1_Win_Input_Styles_StateGlyphStyle_ForeColor">ForeColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_StateGlyphStyle_ShouldSerializeBackColor" data-uid="C1.Win.Input.Styles.StateGlyphStyle.ShouldSerializeBackColor">
          <a class="xref" href="C1.Win.Input.Styles.StateGlyphStyle.ShouldSerializeBackColor.html#C1_Win_Input_Styles_StateGlyphStyle_ShouldSerializeBackColor">ShouldSerializeBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.Input.Styles.StateGlyphStyle.BackColor.html#C1_Win_Input_Styles_StateGlyphStyle_BackColor">BackColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_StateGlyphStyle_ShouldSerializeBorderColorr" data-uid="C1.Win.Input.Styles.StateGlyphStyle.ShouldSerializeBorderColorr">
          <a class="xref" href="C1.Win.Input.Styles.StateGlyphStyle.ShouldSerializeBorderColorr.html#C1_Win_Input_Styles_StateGlyphStyle_ShouldSerializeBorderColorr">ShouldSerializeBorderColorr()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.Input.Styles.StateGlyphStyle.BorderColor.html#C1_Win_Input_Styles_StateGlyphStyle_BorderColor">BorderColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_StateGlyphStyle_ShouldSerializeForeColor" data-uid="C1.Win.Input.Styles.StateGlyphStyle.ShouldSerializeForeColor">
          <a class="xref" href="C1.Win.Input.Styles.StateGlyphStyle.ShouldSerializeForeColor.html#C1_Win_Input_Styles_StateGlyphStyle_ShouldSerializeForeColor">ShouldSerializeForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.Input.Styles.StateGlyphStyle.ForeColor.html#C1_Win_Input_Styles_StateGlyphStyle_ForeColor">ForeColor</a> property.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
