Gets the stroke dash array to use for the activity effort of the dependency generated by the current predecessor item (automatically set to generate a dashed line when effort is zero or negative and a solid line otherwise). This is a dependency property.

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

Syntax

C#
public DoubleCollection EffortStrokeDashArray { get; set; }
Visual Basic (Declaration)
Public Property EffortStrokeDashArray As DoubleCollection

See Also