# C1.Win.Input.Styles.ButtonStyles

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Input_Styles_ButtonStyles" data-uid="C1.Win.Input.Styles.ButtonStyles" class="text-break">ButtonStyles Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.Win.Input.Styles.ButtonStyles.html">ButtonStyles</a> class represents the styles for the <a class="xref" href="C1.Win.Input.C1Button.html">C1Button</a> control
which contains display attributes that determine the appearance of control.</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.Input.Styles.InputStyles.html">InputStyles</a></div>
    <div class="level2"><a class="xref" href="C1.Win.Input.Styles.FocusedBaseStyles.html">FocusedBaseStyles</a></div>
    <div class="level3"><a class="xref" href="C1.Win.Input.Styles.ButtonBaseStyles.html">ButtonBaseStyles</a></div>
    <div class="level4"><span class="xref">ButtonStyles</span></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_ButtonStyles_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ButtonStyles : ButtonBaseStyles</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ButtonStyles
    Inherits ButtonBaseStyles</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_ButtonStyles__ctor" data-uid="C1.Win.Input.Styles.ButtonStyles.#ctor">
          <a class="xref" href="C1.Win.Input.Styles.ButtonStyles.-ctor.html#C1_Win_Input_Styles_ButtonStyles__ctor">ButtonStyles()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Input.Styles.ButtonStyles.html">ButtonStyles</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_ButtonStyles_Accent" data-uid="C1.Win.Input.Styles.ButtonStyles.Accent">
          <a class="xref" href="C1.Win.Input.Styles.ButtonStyles.Accent.html#C1_Win_Input_Styles_ButtonStyles_Accent">Accent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a style containing display attributes that determine the overall appearance of the <a class="xref" href="C1.Win.Input.C1Button.html">C1Button</a> when the <a class="xref" href="C1.Win.Input.C1Button.ButtonType.html#C1_Win_Input_C1Button_ButtonType">ButtonType</a> property has the <a class="xref" href="C1.Win.Input.ButtonType.html#C1_Win_Input_ButtonType_Accent">Accent</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_ButtonStyles_Subtle" data-uid="C1.Win.Input.Styles.ButtonStyles.Subtle">
          <a class="xref" href="C1.Win.Input.Styles.ButtonStyles.Subtle.html#C1_Win_Input_Styles_ButtonStyles_Subtle">Subtle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a style containing display attributes that determine the overall appearance of the <a class="xref" href="C1.Win.Input.C1Button.html">C1Button</a> when the <a class="xref" href="C1.Win.Input.C1Button.ButtonType.html#C1_Win_Input_C1Button_ButtonType">ButtonType</a> property has the <a class="xref" href="C1.Win.Input.ButtonType.html#C1_Win_Input_ButtonType_Subtle">Subtle</a> value.</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_ButtonStyles_ResetAccent" data-uid="C1.Win.Input.Styles.ButtonStyles.ResetAccent">
          <a class="xref" href="C1.Win.Input.Styles.ButtonStyles.ResetAccent.html#C1_Win_Input_Styles_ButtonStyles_ResetAccent">ResetAccent()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.Input.Styles.ButtonStyles.Accent.html#C1_Win_Input_Styles_ButtonStyles_Accent">Accent</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_ButtonStyles_ResetSubtle" data-uid="C1.Win.Input.Styles.ButtonStyles.ResetSubtle">
          <a class="xref" href="C1.Win.Input.Styles.ButtonStyles.ResetSubtle.html#C1_Win_Input_Styles_ButtonStyles_ResetSubtle">ResetSubtle()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.Input.Styles.ButtonStyles.Subtle.html#C1_Win_Input_Styles_ButtonStyles_Subtle">Subtle</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_ButtonStyles_ShouldSerializeAccent" data-uid="C1.Win.Input.Styles.ButtonStyles.ShouldSerializeAccent">
          <a class="xref" href="C1.Win.Input.Styles.ButtonStyles.ShouldSerializeAccent.html#C1_Win_Input_Styles_ButtonStyles_ShouldSerializeAccent">ShouldSerializeAccent()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.Input.Styles.ButtonStyles.Accent.html#C1_Win_Input_Styles_ButtonStyles_Accent">Accent</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_ButtonStyles_ShouldSerializeSubtle" data-uid="C1.Win.Input.Styles.ButtonStyles.ShouldSerializeSubtle">
          <a class="xref" href="C1.Win.Input.Styles.ButtonStyles.ShouldSerializeSubtle.html#C1_Win_Input_Styles_ButtonStyles_ShouldSerializeSubtle">ShouldSerializeSubtle()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.Input.Styles.ButtonStyles.Subtle.html#C1_Win_Input_Styles_ButtonStyles_Subtle">Subtle</a> property.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
