问题描述
嘿所有,
我在XAML中有一个具有此artibute的stroryboard - >
< Storyboard x:Key = QUOT; Start_Rotation" >
和其他关键时间>
< EasingDoubleKeyFrame x:Name =" X_Key" KeyTime = QUOT; 0:0:0.7"当我尝试在 > (VB.Net)
通过写作 - >>
Start_Rotation.X_Key + = 1
代码没有编译说 - > Start_Animation未声明为
我知道其简单提示但请帮助
谢谢
Hey all,
I have a stroryboard in XAML that have this artibute ->
<Storyboard x:Key="Start_Rotation" >
and another keytime in like that >
<EasingDoubleKeyFrame x:Name="X_Key" KeyTime="0:0:0.7" Value="0"/>
when i tried to modify its keytime property in the code behind ( VB.Net )
by writting ->>
Start_Rotation.X_Key += 1
The code didn`t compiled saying --> Start_Animation is not declared
i know its easy tip but please in need help
thank you
这篇关于代码背后的VB.net动画!的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!