Gets the value of the BaselineFinish attached property for a specified element such as an entity item.
The BaselineFinish property value indicates the baseline finish date and time for the bar representing an entity item is visible in the GanttChartView control.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
public static Nullable<DateTime> GetBaselineFinish( DependencyObject element ) |
Visual Basic (Declaration) |
---|
Public Shared Function GetBaselineFinish ( _ element As DependencyObject _ ) As Nullable(Of DateTime) |
Parameters
- element
- Type: System.Windows..::.DependencyObject