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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 : FlowDirection 列挙体
Specifies the flow direction.
シンタックス
'宣言
 
Public Enum FlowDirection 
   Inherits System.Enum
public enum FlowDirection : System.Enum 
メンバ
メンバ解説
BottomToUpElements flow from the bottom of the design surface to the top.
LeftToRightElements flow from the left edge of the design surface to the right.
RightToLeftElements flow from the right edge of the design surface to the left.
TopToDownElements flow from the top of the design surface to the bottom.
継承階層

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

参照

C1.Web.Mvc 名前空間