This topic is dedicated to providing a quick overview of the XAML used to create a C1RichTextBox and C1RichTextBoxToolbar control.
To get started developing, add a c1 namespace declaration in the root element tag:
XAML |
Copy Code
|
---|---|
xmlns:c1="http://schemas.componentone.com/winfx/2006/xaml" |
Here is a sample C1RichTextBox and C1RichTextBoxToolbar:
Below is the XAML code for the sample: