ComponentOne RichTextBox for UWP
RichTextBox for UWP Assemblies and Controls

Add powerful rich text editing and viewing to your mobile apps. RichTextBox for UWP Edition supports common formatting tags, automatic line wrapping, HTML and RTF import/export, table support, images, annotations, and more.

The following table displays the assemblies and main classes included in them along with the descriptions:

C1.UWP.RichTextBox.dll 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.
C1.UWP.RichTextBox.dll 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.
C1.UWP.RichTextBox.AppBar.dll C1ApplicationBarToggleButton<T>
Base class for ApplicationBar toggle buttons which includes built-in tools to create a simple command bar supporting Bold, Italic, Underline, Undo, Redo, Increase Font Size, Decrease Font Size, Center Align, Right Align, Left Align, and Justify commands.
C1.UWP.RichTextBox.Menu.dll C1RichTextBoxMenu
Control that acts as a complete radial context menu. It allows you to edit and format text that includes different fonts, decorations, sizes, colors, and other basic HTML and RTF style attributes supported by CSS and inline markup.
C1.UWP.RichTextBox.PdfFilter.dll PDFFilter
Class that allows you to export the RichTextBox content to PDF file.