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