WPF RichTextBox

以块的派生类进行显示

使用继承自System.Windows.Documents.Block以获取块状显示方式

示例 整个行

t.Document.Blocks.Add(new BlockUIContainer(new TextBlock() { Text = "AADAA", Foreground = Brushes.Red }));

示例 长度为内容长度

t.Document.Blocks.Add(new Paragraph(new InlineUIContainer(new TextBlock() { Text = "Auto" })));
上一篇:WinForm RichTextBox 常用操作


下一篇:宇智波程序笔记3-Spring Cloud同步场景分布式事务怎样做?试试Seata