 | ConsoleRowHighlightingRuleBackgroundColor Property |
Gets or sets the background color.
Namespace:
NLog.Targets
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
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
See Also