ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / PopupPosition Enumeration

In This Topic
    PopupPosition Enumeration
    In This Topic
    Represents the position of a popup element with respect to a reference element.
    Syntax
    'Declaration
     
    
    <FlagsAttribute()>
    Public Enum PopupPosition 
       Inherits System.Enum
    [Flags()]
    public enum PopupPosition : System.Enum 
    Members
    MemberDescription
    AboveAbove the reference element.
    AboveLeftAbove and aligned to the left of the reference element.
    AboveRightAbove and aligned to the right of the reference element.
    BelowBelow the reference element.
    BelowLeftBelow and aligned to the left of the reference element.
    BelowRightBelow and aligned to the right of the reference element.
    LeftTo the left of the reference element.
    LeftBottomTo the left and aligned to the bottom of the reference element.
    LeftTopTo the left and aligned to the top of the reference element.
    RightTo the right of the reference element.
    RightBottomTo the right and aligned to the bottom of the reference element.
    RightTopTo the right and aligned to the top of the reference element.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Mvc.PopupPosition

    See Also