# C1.Win.Input.Styles.CheckBoxStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Input_Styles_CheckBoxStyle" data-uid="C1.Win.Input.Styles.CheckBoxStyle" class="text-break">CheckBoxStyle Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.Win.Input.Styles.CheckBoxStyle.html">CheckBoxStyle</a> class represents the checkbox element style.</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"><span class="xref">CheckBoxStyle</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_CheckBoxStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CheckBoxStyle : BaseC1FrameworkStyle, INotifyPropertyChanged, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CheckBoxStyle
    Inherits BaseC1FrameworkStyle
    Implements INotifyPropertyChanged, IDisposable</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_Input_Styles_CheckBoxStyle_Border" data-uid="C1.Win.Input.Styles.CheckBoxStyle.Border">
          <a class="xref" href="C1.Win.Input.Styles.CheckBoxStyle.Border.html#C1_Win_Input_Styles_CheckBoxStyle_Border">Border</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the thickness of the border around the element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_CheckBoxStyle_Glyph" data-uid="C1.Win.Input.Styles.CheckBoxStyle.Glyph">
          <a class="xref" href="C1.Win.Input.Styles.CheckBoxStyle.Glyph.html#C1_Win_Input_Styles_CheckBoxStyle_Glyph">Glyph</a>
        </td>
        <td class="markdown level1 summary"><p>Gets style containing display attributes that determine the general appearance of the glyph.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_CheckBoxStyle_Text" data-uid="C1.Win.Input.Styles.CheckBoxStyle.Text">
          <a class="xref" href="C1.Win.Input.Styles.CheckBoxStyle.Text.html#C1_Win_Input_Styles_CheckBoxStyle_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets style containing display attributes that determine the general appearance of 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_CheckBoxStyle_ResetBorder" data-uid="C1.Win.Input.Styles.CheckBoxStyle.ResetBorder">
          <a class="xref" href="C1.Win.Input.Styles.CheckBoxStyle.ResetBorder.html#C1_Win_Input_Styles_CheckBoxStyle_ResetBorder">ResetBorder()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.Input.Styles.CheckBoxStyle.Border.html#C1_Win_Input_Styles_CheckBoxStyle_Border">Border</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_CheckBoxStyle_ResetGlyph" data-uid="C1.Win.Input.Styles.CheckBoxStyle.ResetGlyph">
          <a class="xref" href="C1.Win.Input.Styles.CheckBoxStyle.ResetGlyph.html#C1_Win_Input_Styles_CheckBoxStyle_ResetGlyph">ResetGlyph()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.Input.Styles.CheckBoxStyle.Glyph.html#C1_Win_Input_Styles_CheckBoxStyle_Glyph">Glyph</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_CheckBoxStyle_ResetText" data-uid="C1.Win.Input.Styles.CheckBoxStyle.ResetText">
          <a class="xref" href="C1.Win.Input.Styles.CheckBoxStyle.ResetText.html#C1_Win_Input_Styles_CheckBoxStyle_ResetText">ResetText()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.Input.Styles.CheckBoxStyle.Text.html#C1_Win_Input_Styles_CheckBoxStyle_Text">Text</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_CheckBoxStyle_ShouldSerializeBorder" data-uid="C1.Win.Input.Styles.CheckBoxStyle.ShouldSerializeBorder">
          <a class="xref" href="C1.Win.Input.Styles.CheckBoxStyle.ShouldSerializeBorder.html#C1_Win_Input_Styles_CheckBoxStyle_ShouldSerializeBorder">ShouldSerializeBorder()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.Input.Styles.CheckBoxStyle.Border.html#C1_Win_Input_Styles_CheckBoxStyle_Border">Border</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_CheckBoxStyle_ShouldSerializeGlyph" data-uid="C1.Win.Input.Styles.CheckBoxStyle.ShouldSerializeGlyph">
          <a class="xref" href="C1.Win.Input.Styles.CheckBoxStyle.ShouldSerializeGlyph.html#C1_Win_Input_Styles_CheckBoxStyle_ShouldSerializeGlyph">ShouldSerializeGlyph()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.Input.Styles.CheckBoxStyle.Glyph.html#C1_Win_Input_Styles_CheckBoxStyle_Glyph">Glyph</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_CheckBoxStyle_ShouldSerializeText" data-uid="C1.Win.Input.Styles.CheckBoxStyle.ShouldSerializeText">
          <a class="xref" href="C1.Win.Input.Styles.CheckBoxStyle.ShouldSerializeText.html#C1_Win_Input_Styles_CheckBoxStyle_ShouldSerializeText">ShouldSerializeText()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.Input.Styles.CheckBoxStyle.Text.html#C1_Win_Input_Styles_CheckBoxStyle_Text">Text</a> property.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
