Returns the top position (y-axis coordinate) for an item in the GanttChartNodeListViewBase control.

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

Syntax

C#
public double GetItemTop(
	Object item
)
Visual Basic (Declaration)
Public Function GetItemTop ( _
	item As Object _
) As Double

Parameters

item
Type: System..::.Object
The item to return the top position for.

Return Value

The top position (y-axis coordinate) for the specified item in the GanttChartNodeListViewBase control.

See Also