# C1.Win.Input.C1Label

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Input_C1Label" data-uid="C1.Win.Input.C1Label" class="text-break">C1Label Class
</h1>
  <div class="markdown level0 summary"><p>Represents a Windows label 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="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></div>
    <div class="level4"><a class="xref" href="../C1.Win.10/C1.Framework.XViewLight.html">XViewLight</a></div>
    <div class="level5"><a class="xref" href="C1.Win.Input.Base.C1InputControl.html">C1InputControl</a></div>
    <div class="level6"><span class="xref">C1Label</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.idroptarget">IDropTarget</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isynchronizeinvoke">ISynchronizeInvoke</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.iwin32window">IWin32Window</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.ibindablecomponent">IBindableComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="../C1.Win.10/C1.Framework.IView.html">IView</a></div>
    <div><a class="xref" href="../C1.Win.10/C1.Win.Accessibility.ISupportUia.html">ISupportUia</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Input.html">C1.Win.Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Input.10.dll</h6>
  <h5 id="C1_Win_Input_C1Label_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(C1Label), &quot;C1Label.png&quot;)]
public class C1Label : C1InputControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IView, ISupportUia, ISupportInitialize</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ToolboxBitmap(GetType(C1Label), &quot;C1Label.png&quot;)&gt;
Public Class C1Label
    Inherits C1InputControl
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IView, ISupportUia, ISupportInitialize</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_C1Label__ctor" data-uid="C1.Win.Input.C1Label.#ctor">
          <a class="xref" href="C1.Win.Input.C1Label.-ctor.html#C1_Win_Input_C1Label__ctor">C1Label()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Input.C1Label.html">C1Label</a> class.</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_C1Label_AutoSize" data-uid="C1.Win.Input.C1Label.AutoSize">
          <a class="xref" href="C1.Win.Input.C1Label.AutoSize.html#C1_Win_Input_C1Label_AutoSize">AutoSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the control resizes based on its contents.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_BackColor" data-uid="C1.Win.Input.C1Label.BackColor">
          <a class="xref" href="C1.Win.Input.C1Label.BackColor.html#C1_Win_Input_C1Label_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_CultureInfo" data-uid="C1.Win.Input.C1Label.CultureInfo">
          <a class="xref" href="C1.Win.Input.C1Label.CultureInfo.html#C1_Win_Input_C1Label_CultureInfo">CultureInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current CultureInfo object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_CustomFormat" data-uid="C1.Win.Input.C1Label.CustomFormat">
          <a class="xref" href="C1.Win.Input.C1Label.CustomFormat.html#C1_Win_Input_C1Label_CustomFormat">CustomFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets custom format specified used if <a class="xref" href="C1.Win.Input.C1Label.FormatType.html#C1_Win_Input_C1Label_FormatType">FormatType</a> property is <a class="xref" href="C1.Win.Input.FormatType.html#C1_Win_Input_FormatType_CustomFormat">CustomFormat</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_DataMember" data-uid="C1.Win.Input.C1Label.DataMember">
          <a class="xref" href="C1.Win.Input.C1Label.DataMember.html#C1_Win_Input_C1Label_DataMember">DataMember</a>
        </td>
        <td class="markdown level1 summary"><p>The field of the data source object to which the control is bound.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_DataSource" data-uid="C1.Win.Input.C1Label.DataSource">
          <a class="xref" href="C1.Win.Input.C1Label.DataSource.html#C1_Win_Input_C1Label_DataSource">DataSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data source object to which the control is bound.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_DataType" data-uid="C1.Win.Input.C1Label.DataType">
          <a class="xref" href="C1.Win.Input.C1Label.DataType.html#C1_Win_Input_C1Label_DataType">DataType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of the <a class="xref" href="C1.Win.Input.C1Label.Value.html#C1_Win_Input_C1Label_Value">Value</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_DefaultIconSize" data-uid="C1.Win.Input.C1Label.DefaultIconSize">
          <a class="xref" href="C1.Win.Input.C1Label.DefaultIconSize.html#C1_Win_Input_C1Label_DefaultIconSize">DefaultIconSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default icon size of control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_DefaultSize" data-uid="C1.Win.Input.C1Label.DefaultSize">
          <a class="xref" href="C1.Win.Input.C1Label.DefaultSize.html#C1_Win_Input_C1Label_DefaultSize">DefaultSize</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_EmptyAsNull" data-uid="C1.Win.Input.C1Label.EmptyAsNull">
          <a class="xref" href="C1.Win.Input.C1Label.EmptyAsNull.html#C1_Win_Input_C1Label_EmptyAsNull">EmptyAsNull</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether empty strings are interpreted as null values (<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.dbnull">DBNull</a>).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_ErrorProvider" data-uid="C1.Win.Input.C1Label.ErrorProvider">
          <a class="xref" href="C1.Win.Input.C1Label.ErrorProvider.html#C1_Win_Input_C1Label_ErrorProvider">ErrorProvider</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.errorprovider">ErrorProvider</a> object used to indicate error state of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_ForeColor" data-uid="C1.Win.Input.C1Label.ForeColor">
          <a class="xref" href="C1.Win.Input.C1Label.ForeColor.html#C1_Win_Input_C1Label_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_FormatInfo" data-uid="C1.Win.Input.C1Label.FormatInfo">
          <a class="xref" href="C1.Win.Input.C1Label.FormatInfo.html#C1_Win_Input_C1Label_FormatInfo">FormatInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the format used to display the <a class="xref" href="C1.Win.Input.C1Label.Value.html#C1_Win_Input_C1Label_Value">Value</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_FormatType" data-uid="C1.Win.Input.C1Label.FormatType">
          <a class="xref" href="C1.Win.Input.C1Label.FormatType.html#C1_Win_Input_C1Label_FormatType">FormatType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets enumeration value determining the formatting method, including standard .NET format specifies, custom and programmatic formatting.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_Icon" data-uid="C1.Win.Input.C1Label.Icon">
          <a class="xref" href="C1.Win.Input.C1Label.Icon.html#C1_Win_Input_C1Label_Icon">Icon</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="../C1.Win.10/C1.Framework.C1Icon.html">C1Icon</a> that is displayed on a label control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_Image" data-uid="C1.Win.Input.C1Label.Image">
          <a class="xref" href="C1.Win.Input.C1Label.Image.html#C1_Win_Input_C1Label_Image">Image</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the image that is displayed on a label control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_ImageAlign" data-uid="C1.Win.Input.C1Label.ImageAlign">
          <a class="xref" href="C1.Win.Input.C1Label.ImageAlign.html#C1_Win_Input_C1Label_ImageAlign">ImageAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alignment of the image on the label control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_ImageIndex" data-uid="C1.Win.Input.C1Label.ImageIndex">
          <a class="xref" href="C1.Win.Input.C1Label.ImageIndex.html#C1_Win_Input_C1Label_ImageIndex">ImageIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the image list index value of the image displayed on the label control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_ImageKey" data-uid="C1.Win.Input.C1Label.ImageKey">
          <a class="xref" href="C1.Win.Input.C1Label.ImageKey.html#C1_Win_Input_C1Label_ImageKey">ImageKey</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the key accessor for the image in the <a class="xref" href="C1.Win.Input.C1Label.ImageList.html#C1_Win_Input_C1Label_ImageList">ImageList</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_ImageList" data-uid="C1.Win.Input.C1Label.ImageList">
          <a class="xref" href="C1.Win.Input.C1Label.ImageList.html#C1_Win_Input_C1Label_ImageList">ImageList</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.imagelist">ImageList</a> that contains the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.image">Image</a> displayed on a label control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_NullText" data-uid="C1.Win.Input.C1Label.NullText">
          <a class="xref" href="C1.Win.Input.C1Label.NullText.html#C1_Win_Input_C1Label_NullText">NullText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets string representing a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.dbnull">DBNull</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_PreferredHeight" data-uid="C1.Win.Input.C1Label.PreferredHeight">
          <a class="xref" href="C1.Win.Input.C1Label.PreferredHeight.html#C1_Win_Input_C1Label_PreferredHeight">PreferredHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the height of the control (in pixels), assuming a single line of text is displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_PreferredWidth" data-uid="C1.Win.Input.C1Label.PreferredWidth">
          <a class="xref" href="C1.Win.Input.C1Label.PreferredWidth.html#C1_Win_Input_C1Label_PreferredWidth">PreferredWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the width of the control (in pixels), assuming a single line of text is displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_Styles" data-uid="C1.Win.Input.C1Label.Styles">
          <a class="xref" href="C1.Win.Input.C1Label.Styles.html#C1_Win_Input_C1Label_Styles">Styles</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.Win.Input.C1Label.html">C1Label</a> styles.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_Text" data-uid="C1.Win.Input.C1Label.Text">
          <a class="xref" href="C1.Win.Input.C1Label.Text.html#C1_Win_Input_C1Label_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text associated with this control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_TextAlign" data-uid="C1.Win.Input.C1Label.TextAlign">
          <a class="xref" href="C1.Win.Input.C1Label.TextAlign.html#C1_Win_Input_C1Label_TextAlign">TextAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alignment of the text on the label control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_TextImageRelation" data-uid="C1.Win.Input.C1Label.TextImageRelation">
          <a class="xref" href="C1.Win.Input.C1Label.TextImageRelation.html#C1_Win_Input_C1Label_TextImageRelation">TextImageRelation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the position of text and image relative to each other.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_TrimEnd" data-uid="C1.Win.Input.C1Label.TrimEnd">
          <a class="xref" href="C1.Win.Input.C1Label.TrimEnd.html#C1_Win_Input_C1Label_TrimEnd">TrimEnd</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether trailing spaces are removed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_TrimStart" data-uid="C1.Win.Input.C1Label.TrimStart">
          <a class="xref" href="C1.Win.Input.C1Label.TrimStart.html#C1_Win_Input_C1Label_TrimStart">TrimStart</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether leading spaces are removed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_Trimming" data-uid="C1.Win.Input.C1Label.Trimming">
          <a class="xref" href="C1.Win.Input.C1Label.Trimming.html#C1_Win_Input_C1Label_Trimming">Trimming</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how to trim characters that do not fit in the space available.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_UseMnemonic" data-uid="C1.Win.Input.C1Label.UseMnemonic">
          <a class="xref" href="C1.Win.Input.C1Label.UseMnemonic.html#C1_Win_Input_C1Label_UseMnemonic">UseMnemonic</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the first character that is preceded by an ampersand (&amp;) is used as the mnemonic key of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_Value" data-uid="C1.Win.Input.C1Label.Value">
          <a class="xref" href="C1.Win.Input.C1Label.Value.html#C1_Win_Input_C1Label_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current <a class="xref" href="C1.Win.Input.C1Label.DataType.html#C1_Win_Input_C1Label_DataType">DataType</a> representation of the visual information contained in the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_ValueIsDbNull" data-uid="C1.Win.Input.C1Label.ValueIsDbNull">
          <a class="xref" href="C1.Win.Input.C1Label.ValueIsDbNull.html#C1_Win_Input_C1Label_ValueIsDbNull">ValueIsDbNull</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the Value is <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.dbnull">DBNull</a>.</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_C1Label_ApplyStyle" data-uid="C1.Win.Input.C1Label.ApplyStyle">
          <a class="xref" href="C1.Win.Input.C1Label.ApplyStyle.html#C1_Win_Input_C1Label_ApplyStyle">ApplyStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the style to control view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_CreateUiaItem_C1_Win_Accessibility_UiaItem_" data-uid="C1.Win.Input.C1Label.CreateUiaItem(C1.Win.Accessibility.UiaItem)">
          <a class="xref" href="C1.Win.Input.C1Label.CreateUiaItem.html#C1_Win_Input_C1Label_CreateUiaItem_C1_Win_Accessibility_UiaItem_">CreateUiaItem(UiaItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates UI Automation object of this control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_Dispose_System_Boolean_" data-uid="C1.Win.Input.C1Label.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.Input.C1Label.Dispose.html#C1_Win_Input_C1Label_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Releases the unmanaged resources used by the <a class="xref" href="C1.Win.Input.C1Label.html">C1Label</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_GetPreferredSize_System_Drawing_Size_" data-uid="C1.Win.Input.C1Label.GetPreferredSize(System.Drawing.Size)">
          <a class="xref" href="C1.Win.Input.C1Label.GetPreferredSize.html#C1_Win_Input_C1Label_GetPreferredSize_System_Drawing_Size_">GetPreferredSize(Size)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_OnAutoSizeChanged_System_EventArgs_" data-uid="C1.Win.Input.C1Label.OnAutoSizeChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Input.C1Label.OnAutoSizeChanged.html#C1_Win_Input_C1Label_OnAutoSizeChanged_System_EventArgs_">OnAutoSizeChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_OnDataTypeChanged_System_EventArgs_" data-uid="C1.Win.Input.C1Label.OnDataTypeChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Input.C1Label.OnDataTypeChanged.html#C1_Win_Input_C1Label_OnDataTypeChanged_System_EventArgs_">OnDataTypeChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Input.C1Label.DataTypeChanged.html">DataTypeChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_OnStyleChanged_System_EventArgs_" data-uid="C1.Win.Input.C1Label.OnStyleChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Input.C1Label.OnStyleChanged.html#C1_Win_Input_C1Label_OnStyleChanged_System_EventArgs_">OnStyleChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_OnTextAlignChanged_System_EventArgs_" data-uid="C1.Win.Input.C1Label.OnTextAlignChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Input.C1Label.OnTextAlignChanged.html#C1_Win_Input_C1Label_OnTextAlignChanged_System_EventArgs_">OnTextAlignChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Input.C1Label.TextAlignChanged.html">TextAlignChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_OnValueChanged_System_EventArgs_" data-uid="C1.Win.Input.C1Label.OnValueChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Input.C1Label.OnValueChanged.html#C1_Win_Input_C1Label_OnValueChanged_System_EventArgs_">OnValueChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Input.C1Label.ValueChanged.html">ValueChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_ResetFormatInfo" data-uid="C1.Win.Input.C1Label.ResetFormatInfo">
          <a class="xref" href="C1.Win.Input.C1Label.ResetFormatInfo.html#C1_Win_Input_C1Label_ResetFormatInfo">ResetFormatInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.Input.C1Label.FormatInfo.html#C1_Win_Input_C1Label_FormatInfo">FormatInfo</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_ResetValue" data-uid="C1.Win.Input.C1Label.ResetValue">
          <a class="xref" href="C1.Win.Input.C1Label.ResetValue.html#C1_Win_Input_C1Label_ResetValue">ResetValue()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.Input.C1Label.Value.html#C1_Win_Input_C1Label_Value">Value</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_ShouldSerializeFormatInfo" data-uid="C1.Win.Input.C1Label.ShouldSerializeFormatInfo">
          <a class="xref" href="C1.Win.Input.C1Label.ShouldSerializeFormatInfo.html#C1_Win_Input_C1Label_ShouldSerializeFormatInfo">ShouldSerializeFormatInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.Input.C1Label.FormatInfo.html#C1_Win_Input_C1Label_FormatInfo">FormatInfo</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_ShouldSerializeValue" data-uid="C1.Win.Input.C1Label.ShouldSerializeValue">
          <a class="xref" href="C1.Win.Input.C1Label.ShouldSerializeValue.html#C1_Win_Input_C1Label_ShouldSerializeValue">ShouldSerializeValue()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.Input.C1Label.Value.html#C1_Win_Input_C1Label_Value">Value</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_UpdateElementBounds" data-uid="C1.Win.Input.C1Label.UpdateElementBounds">
          <a class="xref" href="C1.Win.Input.C1Label.UpdateElementBounds.html#C1_Win_Input_C1Label_UpdateElementBounds">UpdateElementBounds()</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the size of the contained element when control is resized.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_C1Label_AutoSizeChanged" data-uid="C1.Win.Input.C1Label.AutoSizeChanged">
          <a class="xref" href="C1.Win.Input.C1Label.AutoSizeChanged.html">AutoSizeChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the <a class="xref" href="C1.Win.Input.C1Label.AutoSize.html#C1_Win_Input_C1Label_AutoSize">AutoSize</a> property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_DataTypeChanged" data-uid="C1.Win.Input.C1Label.DataTypeChanged">
          <a class="xref" href="C1.Win.Input.C1Label.DataTypeChanged.html">DataTypeChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the <a class="xref" href="C1.Win.Input.C1Label.DataType.html#C1_Win_Input_C1Label_DataType">DataType</a> property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_TextAlignChanged" data-uid="C1.Win.Input.C1Label.TextAlignChanged">
          <a class="xref" href="C1.Win.Input.C1Label.TextAlignChanged.html">TextAlignChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the <a class="xref" href="C1.Win.Input.C1Label.TextAlign.html#C1_Win_Input_C1Label_TextAlign">TextAlign</a> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1Label_ValueChanged" data-uid="C1.Win.Input.C1Label.ValueChanged">
          <a class="xref" href="C1.Win.Input.C1Label.ValueChanged.html">ValueChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the <a class="xref" href="C1.Win.Input.C1Label.Value.html#C1_Win_Input_C1Label_Value">Value</a> property changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
