Styling the RadRichTextBox
RadRichTextBox
can be styled by creating an appropriate Style
and setting it to the Style
property of the control.
To modify the component, you can extract its Style
and change the needed elements in the XAML. The default Style
can be extracted by copying it from the .xaml files located in the installation folder of the Telerik UI for WPF product. Read more in the Editing Control Templates article.