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

In This Topic
    Marker Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the GaugeTick.Marker property.
    Syntax
    'Declaration
     
    Public Enum Marker 
       Inherits System.Enum
    public enum Marker : System.Enum 
    Members
    MemberDescription
    Boxsquare
    Circlecircle
    Crosscrossed horizontal and vertical lines
    Diamonddiamond
    InvertedTriinverted triangle
    Rectrectangle
    Tritriangle
    Inheritance Hierarchy

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

    See Also