ASP.NET Core 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
     
    
    <System.FlagsAttribute()>
    Public Enum PopupPosition 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PopupPosition
    [System.Flags()]
    public enum PopupPosition : System.Enum 
    public enum PopupPosition = class(System.Enum)
    System.FlagsAttribute()
    public enum PopupPosition extends System.Enum
    [System.Flags()]
    __value public enum PopupPosition : public System.Enum 
    [System.Flags()]
    public enum class PopupPosition : public 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