Returns the height used by a task in the TaskGanttChartViewBase control.

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

Syntax

C#
public double GetItemHeight(
	Task task
)
Visual Basic (Declaration)
Public Function GetItemHeight ( _
	task As Task _
) As Double

Parameters

task
Type: DlhSoft.Windows.Data..::.Task
The task to return the height for.

Return Value

The height used by a task in the TaskGanttChartViewBase control.

See Also