Gets the default header background brush of the chart (may be overriden by custom Scale.HeaderBackground property values).

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public static Brush GetHeaderBackground(
	DependencyObject d
)
Visual Basic (Declaration)
Public Shared Function GetHeaderBackground ( _
	d As DependencyObject _
) As Brush

Parameters

d
Type: System.Windows..::.DependencyObject

See Also