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