Returns the top position (y-axis coordinate) for a node in the GanttChartNodeListViewBase control.

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

Syntax

C#
public double GetItemTop(
	Node node
)
Visual Basic (Declaration)
Public Function GetItemTop ( _
	node As Node _
) As Double

Parameters

node
Type: DlhSoft.Windows.Data..::.Node
The node to return the top position for.

Return Value

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

See Also