# C1.Web.Mvc.PopupPosition

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Web_Mvc_PopupPosition" data-uid="C1.Web.Mvc.PopupPosition" class="text-break">PopupPosition Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the position of a popup element with respect to a reference element.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.html">C1.Web.Mvc</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_PopupPosition_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum PopupPosition</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum PopupPosition</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_Web_Mvc_PopupPosition_Above">Above</td>
        <td><p>Above the reference element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_PopupPosition_AboveLeft">AboveLeft</td>
        <td><p>Above and aligned to the left of the reference element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_PopupPosition_AboveRight">AboveRight</td>
        <td><p>Above and aligned to the right of the reference element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_PopupPosition_Below">Below</td>
        <td><p>Below the reference element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_PopupPosition_BelowLeft">BelowLeft</td>
        <td><p>Below and aligned to the left of the reference element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_PopupPosition_BelowRight">BelowRight</td>
        <td><p>Below and aligned to the right of the reference element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_PopupPosition_Left">Left</td>
        <td><p>To the left of the reference element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_PopupPosition_LeftBottom">LeftBottom</td>
        <td><p>To the left and aligned to the bottom of the reference element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_PopupPosition_LeftTop">LeftTop</td>
        <td><p>To the left and aligned to the top of the reference element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_PopupPosition_Right">Right</td>
        <td><p>To the right of the reference element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_PopupPosition_RightBottom">RightBottom</td>
        <td><p>To the right and aligned to the bottom of the reference element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_PopupPosition_RightTop">RightTop</td>
        <td><p>To the right and aligned to the top of the reference element.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
