We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b957b82 commit 4ae4099Copy full SHA for 4ae4099
knowledge-base/richtexteditor-set-background-colors.md
@@ -34,14 +34,16 @@ To set the desired background colors for the document and editor:
34
35
Example code:
36
37
-```csharp
+````C#
38
+
39
// Set editor background color
40
this.radRichTextEditor1.RichTextBoxElement.BackColor = Color.LightGray;
41
42
// Set page background
43
this.radRichTextEditor1.PageBackColor = Color.White;
-```
44
45
+````
46
47
## See Also
48
-- [RichTextEditor Overview](https://docs.telerik.com/devtools/winforms/controls/richtexteditor/overview)
49
+* [RichTextEditor Overview](https://docs.telerik.com/devtools/winforms/controls/richtexteditor/overview)
0 commit comments