Gets or sets the Html in the range.
Namespace:
C1.Silverlight.RichTextBox.DocumentsAssembly: C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)
Syntax
Remarks
When getting the Html, the result is the same as deleting the rest of the document except the range, and returning the Html of that document.
When setting the Html, the contents of the value set are merged with the current document.