Gets a list of task interruption highlights to be applied to the chart area (supplementary identifying item nonworking time over the task bars). 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 IEnumerable<GanttChartView..::.ItemNonworkingHighlight> TaskInterruptionHighlights { get; set; }
Visual Basic (Declaration)
Public Property TaskInterruptionHighlights As IEnumerable(Of GanttChartView..::.ItemNonworkingHighlight)

See Also