Gets the brush used to draw the lines representing dependencies from other tasks to the current task item in the chart.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.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