gpt4 book ai didi

wpf - 带有透明 WPF 按钮的外发光和内发光

转载 作者:行者123 更新时间:2023-12-04 14:28:55 29 4
gpt4 key购买 nike

我希望我的 WPF Button 在鼠标悬停在其上时获得外发光效果。当 Button 是透明的时,如何实现这一点?

当我使用 BitmapEffect(例如 DropShadowOuterGlow)时,发光出现在 Button 的内部> 也因为它是透明的。但我希望发光只出现在外面。

最佳答案

您是否尝试过将外发光添加到边框?

<Border Width="100" Height="100" Background="Transparent" BorderBrush="White" BorderThickness="1">
<Border.BitmapEffect>
<OuterGlowBitmapEffect GlowColor="Red" GlowSize="3" Opacity="1" />
</Border.BitmapEffect>
</Border>

关于wpf - 带有透明 WPF 按钮的外发光和内发光,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2018992/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com