Dear telerik,
I am using radrichtext box. I am trying to set fontsize, font-family through style but it is not working.
Would you please tell me how can I set fontsize and font-family using style.
Regards
Animesh
                                I am using radrichtext box. I am trying to set fontsize, font-family through style but it is not working.
<my:RadRichTextBox x:Name="txtChat">    <my:RadRichTextBox.Resources>        <Style TargetType="my:RadRichTextBox">            <Setter Property="FontSize" Value="32"></Setter>            <Setter Property="Height" Value="100"></Setter>        </Style>    </my:RadRichTextBox.Resources></my:RadRichTextBox>Would you please tell me how can I set fontsize and font-family using style.
Regards
Animesh