Gets or sets the height value shared by all item rows within the control (grid rows and chart item areas); by default it is set to 21.

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

Syntax

C#
public virtual double ItemHeight { get; set; }
Visual Basic (Declaration)
Public Overridable Property ItemHeight As Double

See Also