Gets the value of the ComputedItemTop attached property for a specified element such as an entity item in the ChartViewBase control. The ComputedItemTop property value indicates the top position of an item row in the ChartViewBase control.

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

Syntax

C#
public static double GetComputedItemTop(
	DependencyObject element
)
Visual Basic (Declaration)
Public Shared Function GetComputedItemTop ( _
	element As DependencyObject _
) As Double

See Also