Gets or sets the color used to fill the task bar of the current item in the chart.

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

Syntax

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

See Also