标签: wpf
我正在尝试开发一个仅在没有动画的情况下启动故事板的应用程序。
有没有办法确定故事板是否是动画?
答案 0 :(得分:3)
您可以使用Storyboard.GetCurrentState Method检查为CurrentState创建的Clock的{{1}}。可能的值为Storyboard,Active和Filling。请注意,Stopped 可能会暂停,在这种情况下,您还需要检查Storyboard.GetIsPaused Method。
Storyboard.GetCurrentState
CurrentState
Clock
Storyboard
Active
Filling
Stopped
Storyboard.GetIsPaused