10366 : Color of todayline

…code like this in the OnTimeItemAreaPaintBackground and elaborate): if (TodayLine) { if (DateScaler.StartTime<DateTime.Now && DateScaler.StopTime>DateTime.Now) { HatchBrush hatchBrush=new HatchBrush(HatchStyle.Percent50,Color.Black,TimeItemArea.BackColor); Pen pen=new Pen(hatchBrush,1); int x=DateScaler.TimeToPixel(DateTime.Now); if (TimeItemArea.FlipView) G.DrawLine(pen,TimeItemArea.CalcLeft,x,TimeItemArea.CalcWidth,x); else G.DrawLine(pen,x,TimeItemArea.CalcTop,x,TimeItemArea.CalcBottom); } }… Continue reading