Skip to content

Commit 4ae4099

Browse files
authored
Update richtexteditor-set-background-colors.md
1 parent b957b82 commit 4ae4099

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

knowledge-base/richtexteditor-set-background-colors.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,16 @@ To set the desired background colors for the document and editor:
3434

3535
Example code:
3636

37-
```csharp
37+
````C#
38+
3839
// Set editor background color
3940
this.radRichTextEditor1.RichTextBoxElement.BackColor = Color.LightGray;
4041

4142
// Set page background
4243
this.radRichTextEditor1.PageBackColor = Color.White;
43-
```
44+
45+
````
4446

4547
## See Also
4648

47-
- [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

Comments
 (0)