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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 : NeedleLength 列挙体
Specifies the length of the needle element with respect to the pointer range.
シンタックス
'宣言
 
Public Enum NeedleLength 
   Inherits System.Enum
public enum NeedleLength : System.Enum 
メンバ
メンバ解説
InnerThe needle element extends to the inner radius of the pointer range.
MiddleThe needle element extends to the mid ponit between the inner and outer radii of the pointer range.
OuterThe needle element extends to the outer radius of the pointer range.
継承階層

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

参照

C1.Web.Mvc 名前空間