how to get content of RichTextBox in silverlight.

I have not figure out if there is another direct way to retrieve that info but this is what i do.

richTextBox1.SelectAll();
textBox1.Text = richTextBox1.Selection.Text;
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.