ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / BaseTask Class / PercentComplete Property

In This Topic
    PercentComplete Property (BaseTask)
    In This Topic
    Gets or sets the completion stage of this task.
    Syntax
    'Declaration
     
    Public MustOverride Property PercentComplete As System.Double
    public abstract System.double PercentComplete {get; set;}
    See Also