GanttView for WinForms
「今日」の線の色
スタイルと外観 > 「今日」の線の色

Today-Line indicates the current day in the grid. You can easily customize the color of the Today-Line by using the TodayLineColor property of the C1GanttView class.

Below code snippet shows how you can change the today-line color in the GanttView.

C#
コードのコピー
//今日の線の色を設定します。
c1GanttView1.TodayLineColor = Color.Red;