GanttView for WPF
SchedulePriority 列挙体

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

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

参照

C1.WPF.GanttView 名前空間