Gets or sets the color used to draw the borders of the task completion bar of the current item in the chart.

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

Syntax

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

See Also