gpt4 book ai didi

c# - 当文本框的背景在 wpf 中为灰色时插入符消失

转载 作者:行者123 更新时间:2023-11-30 20:50:13 25 4
gpt4 key购买 nike

我在 wpf 中有一个文本框定义如下:

  <TextBox Grid.Column="4" Grid.Row="1" x:Name="InputDirectory" Margin="2" Background="Gray"/>

当我运行应用程序时,它不显示插入符号,如果我删除背景颜色或将其更改为其他颜色(我测试了白色、黑色和蓝色),插入符号出现。

如何确保在背景为灰色时出现插入符?

最佳答案

尝试 CaretBrush="Tomato" CaretIndicator 使用的颜色可能与当前的 Background 相同。

所以说:

<TextBox x:Name="InputDirectory"
Grid.Row="1"
Grid.Column="4"
Margin="2"
Background="Gray"
CaretBrush="Tomato" />

Tomato 只是一个例子。选择一种与您的背景有足够差异的颜色,以使其美观。

关于c# - 当文本框的背景在 wpf 中为灰色时插入符消失,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22710355/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com