RichTextBoxRowColoringRule Class |
Namespace: NLog.Windows.Forms
The RichTextBoxRowColoringRule type exposes the following members.
Name | Description | |
---|---|---|
RichTextBoxRowColoringRule |
Initializes a new instance of the RichTextBoxRowColoringRule class.
| |
RichTextBoxRowColoringRule(String, String, String) |
Initializes a new instance of the RichTextBoxRowColoringRule class.
| |
RichTextBoxRowColoringRule(String, String, String, FontStyle) |
Initializes a new instance of the RichTextBoxRowColoringRule class.
|
Name | Description | |
---|---|---|
BackgroundColor |
Gets or sets the background color.
| |
Condition |
Gets or sets the condition that must be met in order to set the specified font color.
| |
Default |
Gets the default highlighting rule. Doesn't change the color.
| |
FontColor |
Gets or sets the font color.
| |
Style |
Gets or sets the font style of matched text.
|
Name | Description | |
---|---|---|
CheckCondition |
Checks whether the specified log event matches the condition (if any).
|