# C1.Win.Input.Styles.LabelStyles

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Input_Styles_LabelStyles" data-uid="C1.Win.Input.Styles.LabelStyles" class="text-break">LabelStyles Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.Win.Input.Styles.CheckBoxStyles.html">CheckBoxStyles</a> class represents the styles for the <a class="xref" href="C1.Win.Input.C1Label.html">C1Label</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"><span class="xref">LabelStyles</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_LabelStyles_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class LabelStyles : InputStyles</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class LabelStyles
    Inherits InputStyles</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_LabelStyles_Border" data-uid="C1.Win.Input.Styles.LabelStyles.Border">
          <a class="xref" href="C1.Win.Input.Styles.LabelStyles.Border.html#C1_Win_Input_Styles_LabelStyles_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_LabelStyles_Corners" data-uid="C1.Win.Input.Styles.LabelStyles.Corners">
          <a class="xref" href="C1.Win.Input.Styles.LabelStyles.Corners.html#C1_Win_Input_Styles_LabelStyles_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_LabelStyles_Default" data-uid="C1.Win.Input.Styles.LabelStyles.Default">
          <a class="xref" href="C1.Win.Input.Styles.LabelStyles.Default.html#C1_Win_Input_Styles_LabelStyles_Default">Default</a>
        </td>
        <td class="markdown level1 summary"><p>Gets style containing display attributes that determine the general appearance of the element in the default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_LabelStyles_Disabled" data-uid="C1.Win.Input.Styles.LabelStyles.Disabled">
          <a class="xref" href="C1.Win.Input.Styles.LabelStyles.Disabled.html#C1_Win_Input_Styles_LabelStyles_Disabled">Disabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets style containing display attributes that determine the general appearance of the disabled element on the screen.</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_LabelStyles_ResetBorder" data-uid="C1.Win.Input.Styles.LabelStyles.ResetBorder">
          <a class="xref" href="C1.Win.Input.Styles.LabelStyles.ResetBorder.html#C1_Win_Input_Styles_LabelStyles_ResetBorder">ResetBorder()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.Input.Styles.LabelStyles.Border.html#C1_Win_Input_Styles_LabelStyles_Border">Border</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_LabelStyles_ResetCorners" data-uid="C1.Win.Input.Styles.LabelStyles.ResetCorners">
          <a class="xref" href="C1.Win.Input.Styles.LabelStyles.ResetCorners.html#C1_Win_Input_Styles_LabelStyles_ResetCorners">ResetCorners()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.Input.Styles.LabelStyles.Corners.html#C1_Win_Input_Styles_LabelStyles_Corners">Corners</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_LabelStyles_ResetDefault" data-uid="C1.Win.Input.Styles.LabelStyles.ResetDefault">
          <a class="xref" href="C1.Win.Input.Styles.LabelStyles.ResetDefault.html#C1_Win_Input_Styles_LabelStyles_ResetDefault">ResetDefault()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.Input.Styles.LabelStyles.Default.html#C1_Win_Input_Styles_LabelStyles_Default">Default</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_LabelStyles_ResetDisabled" data-uid="C1.Win.Input.Styles.LabelStyles.ResetDisabled">
          <a class="xref" href="C1.Win.Input.Styles.LabelStyles.ResetDisabled.html#C1_Win_Input_Styles_LabelStyles_ResetDisabled">ResetDisabled()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.Input.Styles.LabelStyles.Disabled.html#C1_Win_Input_Styles_LabelStyles_Disabled">Disabled</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_LabelStyles_ShouldSerializeBorder" data-uid="C1.Win.Input.Styles.LabelStyles.ShouldSerializeBorder">
          <a class="xref" href="C1.Win.Input.Styles.LabelStyles.ShouldSerializeBorder.html#C1_Win_Input_Styles_LabelStyles_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.LabelStyles.Border.html#C1_Win_Input_Styles_LabelStyles_Border">Border</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_LabelStyles_ShouldSerializeCorners" data-uid="C1.Win.Input.Styles.LabelStyles.ShouldSerializeCorners">
          <a class="xref" href="C1.Win.Input.Styles.LabelStyles.ShouldSerializeCorners.html#C1_Win_Input_Styles_LabelStyles_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.LabelStyles.Corners.html#C1_Win_Input_Styles_LabelStyles_Corners">Corners</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_LabelStyles_ShouldSerializeDefault" data-uid="C1.Win.Input.Styles.LabelStyles.ShouldSerializeDefault">
          <a class="xref" href="C1.Win.Input.Styles.LabelStyles.ShouldSerializeDefault.html#C1_Win_Input_Styles_LabelStyles_ShouldSerializeDefault">ShouldSerializeDefault()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.Input.Styles.LabelStyles.Default.html#C1_Win_Input_Styles_LabelStyles_Default">Default</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_LabelStyles_ShouldSerializeDisabled" data-uid="C1.Win.Input.Styles.LabelStyles.ShouldSerializeDisabled">
          <a class="xref" href="C1.Win.Input.Styles.LabelStyles.ShouldSerializeDisabled.html#C1_Win_Input_Styles_LabelStyles_ShouldSerializeDisabled">ShouldSerializeDisabled()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.Input.Styles.LabelStyles.Disabled.html#C1_Win_Input_Styles_LabelStyles_Disabled">Disabled</a> property.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
