【发布时间】:2016-03-11 22:52:26
【问题描述】:
我需要在 UWP 中更改 TextBlock 的背景,但背景属性不再存在。解决办法是什么?
这行不通...
<TextBlock Text="Exceptions Log"
FontSize="10"
Background="Red" // This is invalid
/>
谢谢
【问题讨论】: