 | ConsoleRowHighlightingRuleForegroundColor Property |
Gets or sets the foreground color.
Namespace:
NLog.Targets
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
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
Remarks
See Also