使用 XAML 将故事板完成时元素的可见性设置为折叠
我有一个故事板动画,它使用不透明度属性使控件淡出视图。完成后,我想将控件的可见性设置为折叠。
我也希望能够执行相反的操作...将可见性设置为可见,然后使用故事板将控件淡入视图中。
我知道我可以连接事件,但我想在 XAML 中完成这一切。是否可以?
I have a storyboard animation that fades a control out of view using the Opacity property. When it completes, I want to set the Visibility of the control to Collapsed.
I'd like to be able to do the reverse as well... Set the Visibility to Visible and then use a storyboard to fade the control into view.
I know I can hook up events, but I would like to do this all in XAML. Is it possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你也可以在动画中这样做
you can do this in the animation as well