Gets or sets the minimum height of the header displayed 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 MinHeaderHeight { get; set; }
Visual Basic (Declaration)
<TypeConverterAttribute(GetType(LengthConverter))> _
<BindableAttribute(True)> _
Public Property MinHeaderHeight As Double

See Also