Gets a value indicating whether there is positive finish delay on the current task item, based on the BaselineFinish property value.

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

Syntax

C#
public bool IsFinishDelayed { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsFinishDelayed As Boolean

See Also