Gets or sets the color to be used to use for the text displayed on the task dependency line in the chart.

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> DependencyTextStroke { get; set; }
Visual Basic (Declaration)
Public Overridable Property DependencyTextStroke As Nullable(Of Color)

See Also