WPF 中启动时自动调整大小的窗口的动画
我正在尝试对错误消息弹出窗口进行动画处理,以稍微扩展自身,然后在大约半秒的时间间隔内收缩到其原始大小,以在 WPF 中强调它。该窗口被设计为一个边框,内部有另一个边框,其中包含一个堆栈面板,左侧有一个图标,右侧有一个消息框。初始化时,消息框会填充异常,并将整个窗口的大小设置为 sizetocontent。顺便说一句,我正在使用.NET 3.5。请帮忙!
I am trying to animate an error message popup to expand itself slightly then contract to its original size all in about a half second interval to give emphasis to it in WPF. The window is designed as a border with another border inside that houses a stack panel with an icon on the left and a messagebox to the right. On initialization the messagebox gets the exception populated and the whole window's size is set to sizetocontent. By the way I am using .NET 3.5. Please help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将其添加到外部
Border
内的 xaml 或Window
Add this to your xaml within the outside
Border
or to theWindow