Gets or sets a value indicating whether individual item nonworking time is highlighted in the chart (false by default). When you set this property to true, you may also want to use an opaque brush for WorkingTimeBackground. This is a dependency property.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public bool IsIndividualItemNonworkingTimeHighlighted { get; set; }
Visual Basic (Declaration)
Public Property IsIndividualItemNonworkingTimeHighlighted As Boolean

See Also