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