GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView 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 Double
    public abstract double PercentComplete {get; set;}
    See Also