如何使用TextChanged事件更改WPF RichTextBox中空格的颜色?

时间:2018-12-07 21:06:27

标签: wpf richtextbox

XAML:

<xctk:RichTextBox x:Name="MyRichTextBox" TextChanged="MyRichTextBox_TextChanged" >
<FlowDocument>
    <Paragraph>
        <Run Text=""></Run>
    </Paragraph>
</FlowDocument>
</xctk:RichTextBox>

如何在TextChanged事件中更改RichTextBox中空格的颜色?

0 个答案:

没有答案