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