Returns the top position (y-axis coordinate) for a task in the TaskGanttChartNodeListViewBase control.

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

Syntax

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

Parameters

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

Return Value

The top position (y-axis coordinate) for the specified task in the TaskGanttChartNodeListViewBase control.

See Also