如何更改高亮显示的文本的前景色为一个WPF文本框?文本框、如何更改、文本、前景色

2023-09-02 02:00:54 作者:微笑╮安葬了眼泪的骄傲〆

我的工作有两个WinForms和WPF控件的应用程序;在情况下的WinForms的文本框所选文本背景颜色分别配备蓝色和白色,而在WPF 文本框是浅蓝色和黑色。

I am working on an application having both WinForms and WPF controls; In case of WinForms TextBox selected text Background color comes Blue and White respectively whereas in WPF TextBox it is LightBlue and Black.

由于回答了这些问题,我可以使用 SelectionBrush 属性(WPF 4)更改所选文本的背景,但如何能更改所选择的前景色文字?

As answered in these questions I can use SelectionBrush property(WPF 4) to change the selected text's background, but How can I change the foreground color of selected text?

How你可以改变突出显示的文本颜色的WPF文本框?

How我可以改变突出显示的文本颜色为一个TextBox?

推荐答案

您不能,控制不允许的。

You cannot, the control does not allow for it.