<TextBlock Text="阴影效果" FontSize="32"> <TextBlock.Effect> <DropShadowEffect Color="Black"></DropShadowEffect> </TextBlock.Effect> </TextBlock> <TextBlock Text="阴影效果" FontSize="32" Canvas.Top="50"> <TextBlock.Effect> <DropShadowEffect Color="Black" BlurRadius="10"></DropShadowEffect> </TextBlock.Effect> </TextBlock>
WPF阴影效果(DropShadowEffect)(转载)
时间:2018-03-15 13:56:58
收藏:0
阅读:160
原文:https://www.cnblogs.com/lionwang/p/8573125.html
评论(0)