WPF - RichTextEditor

时间:2012-01-16 11:07:52

标签: wpf xaml flowdocument rich-text-editor

我正在搜索生成XAML代码的用户控件(流程文档代码)

对于粗体文字 - &gt; <Paragraph><Bold>Text</Bold></Paragraph>

2 个答案:

答案 0 :(得分:1)

您可能希望查看Extended WPF Toolkit中的RichTextBox - http://wpftoolkit.codeplex.com/wikipage?title=RichTextBox

我没有尝试过,但根据文档,它也有一个XamlFormatter。

答案 1 :(得分:0)

您想从哪种对象生成Xaml代码?

如果是TextBox内容,您可以尝试使用一些Converter类。