# C1.Util.Util.PositionPopup

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Util_Util_PositionPopup_" data-uid="C1.Util.Util.PositionPopup*">PositionPopup Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Util_Util_PositionPopup_" data-uid="C1.Util.Util.PositionPopup*"></a>
<h4 id="C1_Util_Util_PositionPopup_System_Windows_Controls_Primitives_Popup_System_Windows_FrameworkElement_" data-uid="C1.Util.Util.PositionPopup(System.Windows.Controls.Primitives.Popup,System.Windows.FrameworkElement)">PositionPopup(Popup, FrameworkElement)</h4>
<div class="markdown level1 summary"><p>Position a popup below a FrameworkElement.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static void PositionPopup(Popup popup, FrameworkElement owner)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Sub PositionPopup(popup As Popup, owner As FrameworkElement)</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.windows.controls.primitives.popup">Popup</a></td>
      <td><span class="parametername">popup</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></td>
      <td><span class="parametername">owner</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
