Gets or sets the color used to draw the borders of the task event shape of the current item in the chart.

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

Syntax

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

See Also