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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 : ShowText 列挙体
Specifies which values should be displayed as text.
シンタックス
'宣言
 
Public Enum ShowText 
   Inherits System.Enum
public enum ShowText : System.Enum 
メンバ
メンバ解説
AllShow the gauge's value, min, and max as text.
MinMaxShow the gauge's min and max values as text.
NoneDo not show any text in the gauge.
ValueShow the gauge's value as text.
継承階層

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

参照

C1.Web.Mvc 名前空間