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

In This Topic
    NeedleShape Enumeration
    In This Topic
    Specifies a pre-defined shape for the gauge's needle element.
    Syntax
    'Declaration
     
    Public Enum NeedleShape 
       Inherits System.Enum
    public enum NeedleShape : System.Enum 
    Members
    MemberDescription
    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.
    Inheritance Hierarchy

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

    See Also