Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1GaugeBorderStyle Enumeration

In This Topic
    C1GaugeBorderStyle Enumeration
    In This Topic
    Specifies the style of lines drawn with a C1GaugeBorder.
    Syntax
    'Declaration
     
    Public Enum C1GaugeBorderStyle 
       Inherits System.Enum
    public enum C1GaugeBorderStyle : System.Enum 
    Members
    MemberDescription
    DashSpecifies a line consisting of dashes.
    DashDotSpecifies a line consisting of a repeating pattern of dash-dot.
    DashDotDotSpecifies a line consisting of a repeating pattern of dash-dot-dot.
    DotSpecifies a line consisting of dots.
    NoneHides the border.
    SolidSpecifies a solid line.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Gauge.C1GaugeBorderStyle

    See Also