 | RichTextBoxWordColoringRuleBackgroundColor Property |
Gets or sets the background color.
Names are identical with KnownColor enum extended with Empty value which means that background color won't be changed.
Namespace:
NLog.Windows.Forms
Assembly:
NLog.Windows.Forms (in NLog.Windows.Forms.dll) Version: 5.2.4+61769f974f2d827eeb9ad49a6ae7d02f62cfdccc
Syntaxpublic Layout BackgroundColor { get; set; }
Public Property BackgroundColor As Layout
Get
Set
Dim instance As RichTextBoxWordColoringRule
Dim value As Layout
value = instance.BackgroundColor
instance.BackgroundColor = value
member BackgroundColor : Layout with get, set
Property Value
Type:
Layout
See Also