摘要:
在 WPF 中涉及到界面操作的计时器时,一定要使用 DispatcherTime,DispatcherTimer是为 WPF 专门设计的,不然的话会提示界面资源被其他线程所拥有而无法更新界面。DispatcherTimer 是在 UI 线程跑的可以直接更新 UI ,Timer 是在非UI线程跑的 D 阅读全文
摘要:
在wpf中,设置图片路径有2种方法: 1、xaml文件中,指定路径 <Image Margin="310,0,0,0" Width="25" Height="25" HorizontalAlignment="Left" VerticalAlignment="Stretch" Source="pack 阅读全文