Gets or sets the brush used to draw the lines representing task dependencies in the diagram.

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

Syntax

C#
Brush DependencyLineStroke { get; set; }
Visual Basic (Declaration)
Property DependencyLineStroke As Brush

See Also