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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 : GaugeDirection 列挙体
Represents the direction in which the pointer of a LinearGauge increases.
シンタックス
'宣言
 
Public Enum GaugeDirection 
   Inherits System.Enum
public enum GaugeDirection : System.Enum 
メンバ
メンバ解説
DownGauge value increases from top to bottom.
LeftGauge value increases from right to left.
RightGauge value increases from left to right.
UpGauge value increases from bottom to top.
継承階層

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

参照

C1.Web.Mvc 名前空間