gpt4 book ai didi

wpf - 如何在 WPF 中设置复选框的背景色

转载 作者:行者123 更新时间:2023-12-01 07:55:16 24 4
gpt4 key购买 nike

在 WinForm 中,我们可以设置 CheckBox 的 BackColor

enter image description here

我如何在 WPF 中做到这一点?我试试

<CheckBox Content="CheckBox" Background="Red"/>

但这只会改变矩形边框颜色

enter image description here

我也试试
<CheckBox>
<TextBlock Text="CheckBox" Background="Red"/>
</CheckBox>

但这只会改变文本背景颜色,不包括矩形

enter image description here

========

谢谢大家的解决方案。我认为最简单的方法对我有用:)

最佳答案

如果您对面板进行一些实验,您就会到达那里:

<Grid Background="Red" HorizontalAlignment="Left">
<CheckBox Content="test" />
</Grid>

非常接近你想要的。
自己试过;-)

关于wpf - 如何在 WPF 中设置复选框的背景色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29221612/

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