<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)

WPF阴影效果(DropShadowEffect)

 

相关文章:

猜你喜欢
相关资源
相似解决方案