Gets the brush used to draw the borders of 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 Brush GetMilestoneBarStroke(
	DependencyObject d
)
Visual Basic (Declaration)
Public Shared Function GetMilestoneBarStroke ( _
	d As DependencyObject _
) As Brush

Parameters

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

See Also