Gets or sets the color to be used to draw the supplemental borders of milestone shapes in the diagram.

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

Syntax

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

See Also