GanttView for WinForms
ScheduleFrom 列挙体

C1.Win.C1GanttView.4.5.2 アセンブリ > C1.Win.C1GanttView 名前空間 : ScheduleFrom 列挙体
プロジェクトが開始日からスケジュールされているか、終了日からスケジュールされているかを示します。
シンタックス
'宣言
 
Public Enum ScheduleFrom 
   Inherits System.Enum
public enum ScheduleFrom : System.Enum 
メンバ
メンバ解説
ProjectFinishDateプロジェクトは終了日からスケジュールされています。
ProjectStartDateプロジェクトは開始日からスケジュールされています。
継承階層

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

参照

C1.Win.C1GanttView 名前空間