gpt4 book ai didi

c# - MS Surface 沿直线为 SVI 设置动画

转载 作者:太空宇宙 更新时间:2023-11-03 11:53:08 25 4
gpt4 key购买 nike

所以我试图将 ScatterViewItem 从一个点移动到另一个点。我试过使用 PointAnimation。但是,动画完成后,我无法将项目从 To 点移开。我可以旋转项目并缩放它,但由于某种原因无法移动它。

这是一个简单的从一点到下一点的直线运动。我应该使用 PointAnimation 还是有更好的方法?谢谢,我在 C# 中这样做

我的点动画代码:

        oPointAnimation = new PointAnimation();
oPointAnimation.From = new Point(439, 113);
oPointAnimation.To = new Point(139, 160);

oPointAnimation.Duration = TimeSpan.FromSeconds(4);
oPointAnimation.Completed += new EventHandler(oPointAnimation_Completed);
theCard.BeginAnimation(ScatterViewItem.CenterProperty, oPointAnimation);

最佳答案

我猜你需要使用 POintAnimation 的 FillBehaviour 来 FillBehavior="Stop"

关于c# - MS Surface 沿直线为 SVI 设置动画,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1534341/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com