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

Syntax

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

Parameters

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

See Also