Gets a list of item adorners to be applied to the chart area (including grid lines stroke and alternating item background information). 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..::.ItemAdorner> ItemAdorners { get; set; }
Visual Basic (Declaration)
Public Property ItemAdorners As IEnumerable(Of GanttChartView..::.ItemAdorner)

See Also