Gets the value of the BaselineStart attached property for a specified element such as an entity item.
The BaselineStart property value indicates the baseline start 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> GetBaselineStart( DependencyObject element ) |
Visual Basic (Declaration) |
---|
Public Shared Function GetBaselineStart ( _ element As DependencyObject _ ) As Nullable(Of DateTime) |
Parameters
- element
- Type: System.Windows..::.DependencyObject