Gets or sets the color used to draw the borders of the milestone shape of the current item in the chart, if it is declared as a milestone.
Namespace:
DlhSoft.Web.UI.WebControls.PertAssembly: DlhSoft.ProjectData.PertChart.ASP.Controls (in DlhSoft.ProjectData.PertChart.ASP.Controls.dll)
Syntax
| C# |
|---|
public Nullable<Color> MilestoneStroke { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property MilestoneStroke As Nullable(Of Color) |