 | ConsoleRowHighlightingRuleBackgroundColor Property |
Gets or sets the background color.
Namespace:
NLog.Targets
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic ConsoleOutputColor BackgroundColor { get; set; }
Public Property BackgroundColor As ConsoleOutputColor
Get
Set
Dim instance As ConsoleRowHighlightingRule
Dim value As ConsoleOutputColor
value = instance.BackgroundColor
instance.BackgroundColor = value
member BackgroundColor : ConsoleOutputColor with get, set
Property Value
Type:
ConsoleOutputColor
Remarks
See Also