# C1.Win.SplitContainer.PanelDockStyle

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_SplitContainer_PanelDockStyle" data-uid="C1.Win.SplitContainer.PanelDockStyle" class="text-break">PanelDockStyle Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies position in which a <a class="xref" href="C1.Win.SplitContainer.C1SplitterPanel.html">C1SplitterPanel</a> is docked.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.SplitContainer.html">C1.Win.SplitContainer</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.SplitContainer.10.dll</h6>
  <h5 id="C1_Win_SplitContainer_PanelDockStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum PanelDockStyle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum PanelDockStyle</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_SplitContainer_PanelDockStyle_Bottom">Bottom</td>
        <td><p>The <a class="xref" href="C1.Win.SplitContainer.C1SplitterPanel.html">C1SplitterPanel</a>'s bottom edge is docked to the bottom of its containing <a class="xref" href="C1.Win.SplitContainer.C1SplitContainer.html">C1SplitContainer</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SplitContainer_PanelDockStyle_Left">Left</td>
        <td><p>The <a class="xref" href="C1.Win.SplitContainer.C1SplitterPanel.html">C1SplitterPanel</a>'s left edge is docked to the left edge of its containing <a class="xref" href="C1.Win.SplitContainer.C1SplitContainer.html">C1SplitContainer</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SplitContainer_PanelDockStyle_Right">Right</td>
        <td><p>The <a class="xref" href="C1.Win.SplitContainer.C1SplitterPanel.html">C1SplitterPanel</a>'s right edge is docked to the right edge of its containing <a class="xref" href="C1.Win.SplitContainer.C1SplitContainer.html">C1SplitContainer</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SplitContainer_PanelDockStyle_Top">Top</td>
        <td><p>The <a class="xref" href="C1.Win.SplitContainer.C1SplitterPanel.html">C1SplitterPanel</a>'s top edge is docked to the top of its containing <a class="xref" href="C1.Win.SplitContainer.C1SplitContainer.html">C1SplitContainer</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
