Gets the brush used to draw the border of the task event shape of the current item in the chart (when using the default task event template).

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

Syntax

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

Parameters

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

See Also