# C1.Win.Command.C1DockingTabPage.Float

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Command_C1DockingTabPage_Float_" data-uid="C1.Win.Command.C1DockingTabPage.Float*">Float Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Command_C1DockingTabPage_Float_" data-uid="C1.Win.Command.C1DockingTabPage.Float*"></a>
<h4 id="C1_Win_Command_C1DockingTabPage_Float" data-uid="C1.Win.Command.C1DockingTabPage.Float">Float()</h4>
<div class="markdown level1 summary"><p>Floats the page out from the form to a default position.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Float()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Float()</code></pre>
</div>


<a id="C1_Win_Command_C1DockingTabPage_Float_" data-uid="C1.Win.Command.C1DockingTabPage.Float*"></a>
<h4 id="C1_Win_Command_C1DockingTabPage_Float_System_Drawing_Point_" data-uid="C1.Win.Command.C1DockingTabPage.Float(System.Drawing.Point)">Float(Point)</h4>
<div class="markdown level1 summary"><p>Floats the page out from the form to the specified position.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Float(Point position)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Float(position As Point)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.point">Point</a></td>
      <td><span class="parametername">position</span></td>
      <td><p>The position.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_Command_C1DockingTabPage_Float_" data-uid="C1.Win.Command.C1DockingTabPage.Float*"></a>
<h4 id="C1_Win_Command_C1DockingTabPage_Float_System_Int32_System_Int32_" data-uid="C1.Win.Command.C1DockingTabPage.Float(System.Int32,System.Int32)">Float(int, int)</h4>
<div class="markdown level1 summary"><p>Floats the page out from the form to the specified coordinates.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Float(int x, int y)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Float(x As Integer, y As Integer)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">x</span></td>
      <td><p>The x coordinate of the screen point to float to.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">y</span></td>
      <td><p>The y coordinate of the screen point to float to.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
