ConsoleProgressBarBlockCount Property
Gets the amount of blocks to display in the progress bar.
Default value is: 20
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 int BlockCount { get; }
public:
property int BlockCount {
int get ();
}
member BlockCount : int with get
No code example is currently available or this language may not be supported.
Property Value
Int32
The amount of blocks to display in the progress bar.