Returns the height used by a resource in the ResourceGanttChartViewBase control.

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

Syntax

C#
public double GetItemHeight(
	Resource resource
)
Visual Basic (Declaration)
Public Function GetItemHeight ( _
	resource As Resource _
) As Double

Parameters

resource
Type: DlhSoft.Windows.Data..::.Resource
The resource to return the height for.

Return Value

The height used by a resource in the ResourceGanttChartViewBase control.

See Also