How to stop an animation WPF?

后端 未结 2 1341
暖寄归人
暖寄归人 2021-01-06 12:47

How to stop an animation so it won\'t produce Completed event. Here\'s simple example



        
2条回答
  •  执笔经年
    2021-01-06 13:10

    You could use Property or Data Trigger's EnterActions and ExitActions properties or as @Ali said correctly use Begin and Stop storyboard.

提交回复
热议问题