Returns the top position (y-axis coordinate) for an entity in the GanttChartEntityListViewBase control.

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

Syntax

C#
public double GetItemTop(
	Entity entity
)
Visual Basic (Declaration)
Public Function GetItemTop ( _
	entity As Entity _
) As Double

Parameters

entity
Type: DlhSoft.Windows.Data..::.Entity
The entity to return the top position for.

Return Value

The top position (y-axis coordinate) for the specified entity in the GanttChartEntityListViewBase control.

See Also