ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Gauge Namespace / Shape Enumeration

In This Topic
    Shape Enumeration
    In This Topic
    Define the shape for pointer.
    Syntax
    'Declaration
     
    Public Enum Shape 
       Inherits System.Enum
    public enum Shape : System.Enum 
    Members
    MemberDescription
    OtherOther shapes.
    Rectdefine rectangle
    Tridefine triangle
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Controls.C1Gauge.Shape

    See Also