Version

LabelFormatString Property (WebProgressBar)

String that will be used as a format for the progress bar labels. six different values may be inserted in C# style string formatting: {0} or {ProgressValue} - Current Progress Value {1} or {PercentProgress}- Current Percent Progress {2} or {RemainingProgress}- Remaining progress to be completed {3} or {PercentageRemaining}- Percentage remaining {4} or {Min}- Minimum value {5} or {Max}- Maximum value
Syntax
'Declaration
 
Public Property LabelFormatString As String
public string LabelFormatString {get; set;}
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also