ComponentOne Gauges for WinForms
C1GaugeBorderStyle Enumeration

C1.Win.C1Gauge.4 Assembly > C1.Win.C1Gauge Namespace : C1GaugeBorderStyle Enumeration
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

Reference

C1.Win.C1Gauge Namespace