Gets the value of the ItemHeight attached property for a specified element such as an entity item, overriding the default value provided by the ChartViewBase control. The ItemHeight property value indicates the height of an item row in the ChartViewBase control.

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

Syntax

C#
[TypeConverterAttribute(typeof(LengthConverter))]
public static double GetItemHeight(
	DependencyObject element
)
Visual Basic (Declaration)
<TypeConverterAttribute(GetType(LengthConverter))> _
Public Shared Function GetItemHeight ( _
	element As DependencyObject _
) As Double

See Also