ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView.Printing Namespace / PrintProgressForm Class / Progress Property

In This Topic
    Progress Property (PrintProgressForm)
    In This Topic
    Gets or sets the System.Double value specifying an approximate progress ratio, from 0 (0% complete) to 1 (100% complete).
    Syntax
    'Declaration
     
    Public Property Progress As System.Double
    public System.double Progress {get; set;}
    See Also