BulletGraph for WinForms
C1GaugeBorderStyle 列挙体

C1.Win.Gauge.6 アセンブリ > C1.Win.Gauge 名前空間 : C1GaugeBorderStyle 列挙体
Specifies the style of lines drawn with a C1GaugeBorder.
シンタックス
'宣言
 
Public Enum C1GaugeBorderStyle 
   Inherits System.Enum
public enum C1GaugeBorderStyle : System.Enum 
メンバ
メンバ解説
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.
継承階層

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

参照

C1.Win.Gauge 名前空間