C1.Silverlight.RichTextBox.dll contains the C1RichTextBox control, a full-fledged editor with a document-based architecture similar to the one used in WPF.
Main Classes
The following main classes are included in the C1.Silverlight.RichTextBox.dll assembly:
- C1RichTextBox: Control used to view and edit C1Document documents. The control can import and export HTML, and supports rich formatting including fonts, foreground and background colors, borders, paragraph alignment, images, hyperlinks, lists, arbitrary UIElement objects, and more.
- C1Document: Class that represents documents as a hierarchical list of elements that represent document components such as paragraphs, lists, images, and so on. The object model exposed by the C1Document object is similar to the one used in the WPF FlowDocument class and in the HTML DOM.