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