Gets or sets the default header background brush of the chart (may be overriden by custom Scale.HeaderBackground property values). 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 HeaderBackground { get; set; }
Visual Basic (Declaration)
Public Property HeaderBackground As Brush

Implements

IGanttChartView..::.HeaderBackground

See Also