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

Namespace:  DlhSoft.Web.UI.WebControls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.ASP.Controls (in DlhSoft.ProjectData.PertChart.ASP.Controls.dll)

Syntax

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

See Also