Gets the brush used to draw the current task dependency line in the diagram.

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

Syntax

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

Parameters

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

See Also