ConsoleProgressBarProgressTextFormat Property
Gets or sets the format of the progress text, where:
{0} = Percentage Value
{1} = Current Value
{2} = Maximum Value
Default value is: "{0}%"
Namespace: DevCase.Core.Application.ConsoleAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public string ProgressTextFormat { get; set; }
Public Property ProgressTextFormat As String
Get
Set
Dim instance As ConsoleProgressBar
Dim value As String
value = instance.ProgressTextFormat
instance.ProgressTextFormat = value
member ProgressTextFormat : string with get, set
No code example is currently available or this language may not be supported.
Property Value
String
The format of the percentage string.