摘要: <Window x:Class="WpfApp19.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/20 阅读全文
posted @ 2025-05-17 21:24 FredGrit 阅读(5) 评论(0) 推荐(0)
摘要: //xaml <Window x:Class="WpfApp17.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/w 阅读全文
posted @ 2025-05-17 19:30 FredGrit 阅读(15) 评论(0) 推荐(0)
摘要: private void Init() { var tempBorder = win.FindName("border") as Border; if (tempBorder != null) { border = tempBorder; } if (widthAnimation==null) { 阅读全文
posted @ 2025-05-17 18:28 FredGrit 阅读(10) 评论(0) 推荐(0)