ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / NeedleLength Enumeration

In This Topic
    NeedleLength Enumeration
    In This Topic
    Specifies the length of the needle element with respect to the pointer range.
    Syntax
    'Declaration
     
    Public Enum NeedleLength 
       Inherits System.Enum
    public enum NeedleLength : System.Enum 
    Members
    MemberDescription
    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.
    Inheritance Hierarchy

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

    See Also