Gets or sets a value that specifies the height of an item row in the GanttChartNodeListViewBase control. This is a dependency property.

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

Syntax

C#
[TypeConverterAttribute(typeof(LengthConverter))]
[BindableAttribute(true)]
public double ItemHeight { get; set; }
Visual Basic (Declaration)
<TypeConverterAttribute(GetType(LengthConverter))> _
<BindableAttribute(True)> _
Public Property ItemHeight As Double

See Also