标签:http can lse har nts top info image black
<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>
标签:http can lse har nts top info image black
原文地址:https://www.cnblogs.com/sntetwt/p/9220624.html