ASP.NET Core MVC コントロールヘルプ
PopupPosition 列挙体

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 : PopupPosition 列挙体
Represents the position of a popup element with respect to a reference element.
シンタックス
'宣言
 
Public Enum PopupPosition 
   Inherits System.Enum
public enum PopupPosition : System.Enum 
メンバ
メンバ解説
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.
継承階層

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

参照

C1.Web.Mvc 名前空間