Gets or sets the baseline (estimated) duration value of the current task item, based on the BaselineStart and BaselineFinish property values.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public Nullable<TimeSpan> BaselineEffort { get; set; }
Visual Basic (Declaration)
Public Property BaselineEffort As Nullable(Of TimeSpan)

See Also