'Declaration Public Enum PopupPosition Inherits System.Enum
public enum PopupPosition : System.Enum
'Declaration Public Enum PopupPosition Inherits System.Enum
public enum PopupPosition : System.Enum
Member | Description |
---|---|
Above | Above the reference element. |
AboveLeft | Above and aligned to the left of the reference element. |
AboveRight | Above and aligned to the right of the reference element. |
Below | Below the reference element. |
BelowLeft | Below and aligned to the left of the reference element. |
BelowRight | Below and aligned to the right of the reference element. |
Left | To the left of the reference element. |
LeftBottom | To the left and aligned to the bottom of the reference element. |
LeftTop | To the left and aligned to the top of the reference element. |
Right | To the right of the reference element. |
RightBottom | To the right and aligned to the bottom of the reference element. |
RightTop | To the right and aligned to the top of the reference element. |
System.Object
System.ValueType
System.Enum
C1.Web.Mvc.PopupPosition