Gets or sets the completion rate value of the current task item (between 0 and 1), based on or updating the CompletedEffort property value accordingly.

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

Syntax

C#
public double Completion { get; set; }
Visual Basic (Declaration)
Public Property Completion As Double

See Also