Gets or sets the color used to draw the current time vertical line in the chart view (when IsCurrentTimeLineVisible is set to true).

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

C#
public virtual Color CurrentTimeLineColor { get; set; }
Visual Basic (Declaration)
Public Overridable Property CurrentTimeLineColor As Color

See Also