Sets the brush used to fill the milestone task bar diamond of the current item in the chart (when using the default milestone task template).

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

Syntax

C#
public static void SetMilestoneBarFill(
	DependencyObject d,
	Brush value
)
Visual Basic (Declaration)
Public Shared Sub SetMilestoneBarFill ( _
	d As DependencyObject, _
	value As Brush _
)

Parameters

d
Type: System.Windows..::.DependencyObject
value
Type: System.Windows.Media..::.Brush

See Also