The initial color of the cursor is black, but it is not visible when RichTextEditor Background is black.
The cursor color changes when start typing in the editor and for example textcolor is set.
<telerik:RadRichTextEditor x:Name="richTextEditor" Grid.Row="1" TextColor="DarkOrange"
BackgroundColor="Black" />
Add ability to print Rich Text from RichTextEditor.
Can optionally be via operating system's native print dialog.