 | ConsoleRowHighlightingRuleForegroundColor Property |
Gets or sets the foreground color.
Namespace:
NLog.Targets
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntaxpublic ConsoleOutputColor ForegroundColor { get; set; }
Public Property ForegroundColor As ConsoleOutputColor
Get
Set
Dim instance As ConsoleRowHighlightingRule
Dim value As ConsoleOutputColor
value = instance.ForegroundColor
instance.ForegroundColor = value
member ForegroundColor : ConsoleOutputColor with get, set
Property Value
Type:
ConsoleOutputColor
See Also