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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 : LayoutOrientation 列挙体
Specifies the direction in which the layout items renders in the dashboard.
シンタックス
'宣言
 
Public Enum LayoutOrientation 
   Inherits System.Enum
public enum LayoutOrientation : System.Enum 
メンバ
メンバ解説
HorizontalShows the layout items in horizontal direction.
VerticalShows the layout items in vertical direction.
継承階層

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

参照

C1.Web.Mvc 名前空間