Gets or sets the color used to draw the horizontal grid lines (when set to a non-transparent value).

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

Syntax

C#
public virtual Color HorizontalGridLinesColor { get; set; }
Visual Basic (Declaration)
Public Overridable Property HorizontalGridLinesColor As Color

See Also