我们在Visual Studio中使用的默认WPF按钮:当鼠标悬停在其上时,按钮背景将从灰色变为蓝色。速度太慢了。如何加速XAML中的发光效果?
有下面的内容吗?:
<Style TargetType="{x:Type Button}" BasedOn="{StaticResource {x:Type Button}}">
<Setter Property="GlowSpeed" Value="0.01" />
</Style>
当然,这个属性不存在。假设是什么属性?那是某种动画吗?