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

 

相关文章:

  • 2022-12-23
  • 2021-11-10
  • 2021-10-07
  • 2021-09-23
  • 2022-02-05
猜你喜欢
  • 2021-05-11
  • 2022-12-23
  • 2022-12-23
  • 2021-07-18
相关资源
相似解决方案