Sets the value of the BaselineStart attached property to 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.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)

Syntax

C#
public static void SetBaselineStart(
	DependencyObject element,
	Nullable<DateTime> baselineStart
)
Visual Basic (Declaration)
Public Shared Sub SetBaselineStart ( _
	element As DependencyObject, _
	baselineStart As Nullable(Of DateTime) _
)

Parameters

element
Type: System.Windows..::.DependencyObject
baselineStart
Type: System..::.Nullable<(Of <(DateTime>)>)

See Also