Gets or sets the color to be used to draw the polylines displayed between dependent task shapes in the diagram.

Namespace:  DlhSoft.Web.Mvc.Pert
Assembly:  DlhSoft.ProjectData.PertChart.Mvc.Extensions (in DlhSoft.ProjectData.PertChart.Mvc.Extensions.dll)

Syntax

C#
public virtual Nullable<Color> DependencyLineStroke { get; set; }
Visual Basic (Declaration)
Public Overridable Property DependencyLineStroke As Nullable(Of Color)

See Also