Gets the brush used to fill the completion bar of the summary task bar of the current item in the chart (when using the default summary task template and IsSummaryTaskCompletedEffortVisible is true).

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

Syntax

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

Parameters

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

See Also