@H_502_2@
我看到大多数
WPF的东西都使用DropShadowEffect,但我在WinRT中的xaml无法识别,还有其他东西要用吗?
解决方法
但是,在文本中添加阴影很容易.作为photoshop老兄,我立即发布了这个:
<Grid> <TextBlock Margin="1,1,0" Foreground="<!--Shadow Color-->" Text="Some text"/> <TextBlock Foreground="<!--Text Color-->" Text="Some text"/> </Grid>
@H_502_2@