# C1.Win.Input.LabelPosition

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_Input_LabelPosition" data-uid="C1.Win.Input.LabelPosition" class="text-break">LabelPosition Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies where to display the text or image position to represent the states of the control.</p>
</div>
  <div class="markdown level0 conceptual"></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_LabelPosition_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum LabelPosition</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum LabelPosition</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Win_Input_LabelPosition_Inside">Inside</td>
        <td><p>Inside the switch.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_LabelPosition_Left">Left</td>
        <td><p>To the left of the switch.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_LabelPosition_Right">Right</td>
        <td><p>To the right of the switch.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
