GanttView for WPF
ScheduleFrom 列挙体

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

System.Object
   System.ValueType
      System.Enum
         C1.WPF.GanttView.ScheduleFrom

参照

C1.WPF.GanttView 名前空間