ComponentOne RichTextBox for Windows Phone Assemblies and Controls
Add powerful rich text editing and viewing to your mobile apps. ComponentOne RichTextBox™ for Windows Phone supports common formatting tags, automatic line wrapping, HTML and RTF import/export, table support, images, annotations, and more.
The following main classes are included in the C1.Phone.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.