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

Implements

ILoadChartView..::.UnderAllocationBarFill

See Also