Gets or sets the color to be used to fill the milestone task bars in the chart.

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

Syntax

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

See Also