WPF:将属性更改连接到动画?

发布于 2024-10-04 08:48:43 字数 184 浏览 0 评论 0原文

我是 WPF 新手,并且有一个带有 DateTime 属性的视图模型。我已经实现了 INotifyPropertyChanged 并使用视图模型中包含的属性自动更新我的视图。我想将 DateTime 属性连接到一个简单的动画。当 DateTime 值发生变化时,如何触发动画?

I'm new to WPF and have a View Model with a DateTime property. I already implemented INotifyPropertyChanged and auto-update my view with properties contained in the view model. I want to wire the DateTime property to a simple animation. How would I trigger an animation when the DateTime value changes?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

じее 2024-10-11 08:48:43

您需要在 XAML 中为显示属性的对象提供一个样式,该对象具有一个 DataTrigger,用于通过故事板更改属性(请参见此处:WPF MVVM 属性更改动画)

You'll need a Style in the XAML for the object displaying the property that has a DataTrigger for the property changing with a Storyboard(see here: WPF MVVM Property Change Animation)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文