How to confuse or indicate richlightbox silverlight text?

I am using Silverlight RichTextEditor ( link ) which has no confusion or text numbering. Is there a way to do this in a simpler way.

+4
source share
1 answer

If you need to apply bullets / numbering / indentation to the selected text in the RichTextBox, you need to programmatically find the paragraph elements inside the selected text and insert the corresponding character (marker or number of tabs) at the beginning of each paragraph element.

Read more about it here .

Or

/ , . , , . .

+4

Source: https://habr.com/ru/post/1627955/


All Articles