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.ControlsAssembly: 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 |
Parameters
- element
- Type: System.Windows..::.DependencyObject