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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 : NeedleShape 列挙体
Specifies a pre-defined shape for the gauge's needle element.
シンタックス
'宣言
 
Public Enum NeedleShape 
   Inherits System.Enum
public enum NeedleShape : System.Enum 
メンバ
メンバ解説
ArrowThe needle element has an arrow shape.
DiamondThe needle element has a diamond shape.
HexagonThe needle element has an hexagonal shape.
NoneNo pre-defined shape.
OuterThe needle element has a triangular shape with an offset.
PointerThe needle element has a pointer shape.
RectangleThe needle element has a rectangular shape.
TriangleThe needle element has a triangular shape.
WideArrowThe needle element has a wide arrow shape.
WidePointerThe needle element has a wide pointer shape.
継承階層

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

参照

C1.Web.Mvc 名前空間