这是按钮的代码 <Button Content="登 录" x:Name="btnlogin" Margin="549,183,0,388" Grid.Row="1" Width="230" FontSize="18" Height="57" Click="Button_Click_1"></Button>
这是贴靠视图的定义
<ObjectAnimationUsingKeyFrames Storyboard.TargetName="btnlogin" Storyboard.TargetProperty="Style">
<DiscreteObjectKeyFrame KeyTime="0" Value="{StaticResource testTextStyle}"/>
</ObjectAnimationUsingKeyFrames>
这是样式testTextStyle
<Style x:Key="testTextStyle" TargetType="Button">
<Setter Property="Margin" Value="36,0,36,36"/>
<Setter Property="FontSize" Value="30"/>
</Style>
为什么没效果啊 真郁闷 麻烦会的指点指点