# C1.Framework.FormSizingMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Framework_FormSizingMode" data-uid="C1.Framework.FormSizingMode" class="text-break">FormSizingMode Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the border sizing mode of the <a class="xref" href="C1.Framework.DropDownFormBase.html">DropDownFormBase</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Framework.html">C1.Framework</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
  <h5 id="C1_Framework_FormSizingMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FormSizingMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum FormSizingMode</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_Framework_FormSizingMode_Both">Both</td>
        <td><p>A resizable border. Sizer is at the right-bottom of the form.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_FormSizingMode_Height">Height</td>
        <td><p>A resizable border, vertical only. Sizer is at the bottom of the form.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_FormSizingMode_None">None</td>
        <td><p>No sizing.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
