GanttView for WinForms
ProgressLineStyle 列挙体

C1.Win.C1GanttView.4.5.2 アセンブリ > C1.Win.C1GanttView 名前空間 : ProgressLineStyle 列挙体
イナズマ線のスタイルを指定します。
シンタックス
'宣言
 
Public Enum ProgressLineStyle 
   Inherits System.Enum
public enum ProgressLineStyle : System.Enum 
メンバ
メンバ解説
Dashダッシュ記号で構成される線を指定します。
DashDot1点鎖の繰り返しパターンで構成される線を指定します。
DashDotDot2点鎖の繰り返しパターンで構成される線を指定します。
Dot点で構成される線を指定します。
None線を非表示にします。
Solid実線を指定します。
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1GanttView.ProgressLineStyle

参照

C1.Win.C1GanttView 名前空間