Gets the Canvas.Top value of the specified item in the chart.

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

Syntax

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

Parameters

item
Type: DlhSoft.Windows.Controls..::.GanttChartItem
The item to get the top for.

Return Value

The Canvas.Top value of the specified item in the chart.

Implements

IGanttChartView..::.GetItemTop(GanttChartItem)

See Also