Returns the top position (y-axis coordinate) for a task in the TaskGanttChartViewBase control.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
public double GetItemTop( Task task ) |
Visual Basic (Declaration) |
---|
Public Function GetItemTop ( _ task As Task _ ) As Double |
Parameters
- task
- Type: DlhSoft.Windows.Data..::.Task
The task to return the top position for.