Returns the top position (y-axis coordinate) for a resource in the ResourceGanttChartEntityListViewBase control.

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

Syntax

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

Parameters

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

Return Value

The top position (y-axis coordinate) for the specified resource in the ResourceGanttChartEntityListViewBase control.

See Also