1
錯誤:「屬性背景的屬性值無效。」C#WP7按鈕按下狀態拋出:「屬性Background的屬性值無效。」
XAML:
<VisualState x:Name="Pressed">
<Storyboard>
....
<ObjectAnimationUsingKeyFrames Storyboard.TargetName="ButtonBackground" Storyboard.TargetProperty="Background">
<DiscreteObjectKeyFrame KeyTime="0" Value="/Images/home_2_click.png" />
</ObjectAnimationUsingKeyFrames>
....
</Storyboard>
</VisualState>
看到這個問題http://stackoverflow.com/questions/9971506/why-isnt-my-windows-phone-silverlight-rotation-animation-working/9972220#9972220它也許類似 –
羅馬嗨,答案下面幫助我,但你的帶領我一些很酷的動畫相關的問題:)對未來的參考。 –