ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.8 Assembly / C1.Win.C1GanttView Namespace / Task Class / PercentComplete Property

In This Topic
    PercentComplete Property (Task)
    In This Topic
    Gets or sets the completion stage of this task. The value must be between 0 and 1.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Property PercentComplete As System.Double
    public override System.double PercentComplete {get; set;}
    See Also