Unplanned
Last Updated: 30 Aug 2022 08:55 by Chris
Chris
Created on: 30 Aug 2022 08:55
Category: RichTextEditor
Type: Bug Report
2
RichTextEditor: Font Options and Text Color are not initially applied

When setting FontOptions (FontSize, FontAttributes) and TextColor to the control, they are not applied. For example setting a BackgroundColor works as expected. 

 <telerikRichTextEditor:RadRichTextEditor BackgroundColor="Black" 
                                                 x:Name="richTextEditor" 
                                                 TextColor="White"
                                                 FontAttributes="Bold"
                                                 FontSize="30" />

0 comments