Gets or sets the specific height that the current item should use to be displayed in the GanttChartView control when AreIndividualItemHeightsApplied property of the containing control is set to true (by default Auto, i.e. NaN). This is a dependency property.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

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

See Also