'Declaration
Public ReadOnly Property WarningForegroundColor As ConsoleColor
'Usage
Dim instance As ConsoleInteractionParameters Dim value As ConsoleColor value = instance.WarningForegroundColor
public ConsoleColor WarningForegroundColor {get;}
public: property ConsoleColor WarningForegroundColor { ConsoleColor get(); }
Property Value
The default value of this property is Yellow (ConsoleColor.Yellow)
.