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}%"

Definition

Namespace: DevCase.Core.Application.Console
Assembly: 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; }

Property Value

String
The format of the percentage string.

See Also