ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ProgressBar Namespace / C1ProgressBar Class / LabelFormatString Property

In This Topic
    LabelFormatString Property
    In This Topic
    The remarks need to be spaced with paragraph marks. They are currently running together: The available formats are as follows: {0} or {ProgressValue} Expresses the current progress value. {1} or {PercentProgress} Expresses the current percent of the progress bar. {2} or {RemainingProgress} Expresses the remaining progress of the progress bar. {3} or {PercentageRemaining} Expresses the remaining percent of the progress bar. {4} or {Min} Expresses the minimum value of the progress bar. {5} or {Max} Expresses the maximum value of the progress bar.
    Syntax
    'Declaration
     
    Public Property LabelFormatString As System.String
    public System.string LabelFormatString {get; set;}
    See Also