Gets the brush used to draw the textual abbreviation of the current task event dependency in the chart.

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

Syntax

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

Parameters

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

See Also