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