ConsoleProgressBarBlockInactiveChar Property
Gets the character used to draw an inactive 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 BlockInactiveChar { get; set; }
Public Property BlockInactiveChar As Char
Get
Set
Dim instance As ConsoleProgressBar
Dim value As Char
value = instance.BlockInactiveChar
instance.BlockInactiveChar = value
member BlockInactiveChar : 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 inactive progress bar block.