Gets or sets the color used to highlight nonworking time (using a non-opaque brush) in the chart view (when IsNonworkingTimeHighlighted 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 NonworkingTimeBackColor { get; set; }
Visual Basic (Declaration)
Public Overridable Property NonworkingTimeBackColor As Color

See Also