ConsoleProgressBarBlockActiveChar Property
Gets the character used to draw an active progress bar block.
Default value is: "#"
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 char BlockActiveChar { get; set; }
Public Property BlockActiveChar As Char
Get
Set
Dim instance As ConsoleProgressBar
Dim value As Char
value = instance.BlockActiveChar
instance.BlockActiveChar = value
member BlockActiveChar : char with get, set
No code example is currently available or this language may not be supported.
Property Value
Char
The character used to draw an active progress bar block.