Vad*_*dim 17
在使用"Windows Classic"主题或使用远程桌面的Win XP上会出现此问题.复选框的项目符号复选标记为整个CheckBox采用前景色的颜色.
<CheckBox Foreground="White" Content="My Text" />
Run Code Online (Sandbox Code Playgroud)
我可以通过更改以下代码来解决此问题:
<CheckBox>
<Label Foreground="White">My Text</Label>
</CheckBox>
Run Code Online (Sandbox Code Playgroud)