Gets or sets the brush used to fill the over allocation bars (having Units set to a value greater than 1, i.e. greater than 100%) in the chart. 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 Brush OverAllocationBarFill { get; set; }
Visual Basic (Declaration)
Public Property OverAllocationBarFill As Brush

Implements

ILoadChartView..::.OverAllocationBarFill

See Also