public ConsoleColor BlockInactiveBackColor { get; set; }
Public Property BlockInactiveBackColor As ConsoleColor
Get
Set
Dim instance As ConsoleProgressBar
Dim value As ConsoleColor
value = instance.BlockInactiveBackColor
instance.BlockInactiveBackColor = value
public:
property ConsoleColor BlockInactiveBackColor {
ConsoleColor get ();
void set (ConsoleColor value);
}
member BlockInactiveBackColor : ConsoleColor with get, set
No code example is currently available or this language may not be supported.