Gets or sets the color to be used to fill completion bars of the standard task bars in the chart.

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

Syntax

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

See Also