If i have RichEditBox what contains some text how could i get all of that text and move it to RichTextBlock?
Example text below:
Closest what i have got looks like following
I have used Microsoft own example in this project. I would like also keep text formatting while getting text from the RichEditBox. Is this kind of thing even possible to do?