This question is locked. New answers and comments are not allowed.
I have a RadRichTextBox. The content is bound via an HtmlDataProvider. I bound a string property to the Html-Property of the provider. This property is in my ViewModel.
Now how can I set all the content of my RadDocument to the same font-size and font-family?
Now how can I set all the content of my RadDocument to the same font-size and font-family?
myEditor.FontFamily = new FontFamily("FontName"); // didn't change anything