上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 120 下一页
摘要: <Window x:Class="WpfApp23.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/20 阅读全文
posted @ 2025-05-23 15:11 FredGrit 阅读(13) 评论(0) 推荐(0)
摘要: //1.in order to use System.Windows.MessageBox,update the csproj file as below <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net8. 阅读全文
posted @ 2025-05-22 18:59 FredGrit 阅读(45) 评论(0) 推荐(0)
摘要: //Mainwindow.xaml <Window x:Class="WpfApp15.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.micr 阅读全文
posted @ 2025-05-18 17:04 FredGrit 阅读(4) 评论(0) 推荐(0)
摘要: //mainwindow.xaml <Window x:Class="WpfApp233.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.mic 阅读全文
posted @ 2025-05-18 00:30 FredGrit 阅读(11) 评论(0) 推荐(0)
摘要: <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)
摘要: //xaml <Window x:Class="WpfApp232.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/ 阅读全文
posted @ 2025-05-16 23:47 FredGrit 阅读(12) 评论(0) 推荐(0)
摘要: //xaml <Window x:Class="WpfApp231.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/ 阅读全文
posted @ 2025-05-16 23:16 FredGrit 阅读(3) 评论(0) 推荐(0)
摘要: //xaml <Ellipse.Triggers> <EventTrigger RoutedEvent="Ellipse.Loaded"> <BeginStoryboard> <Storyboard> <DoubleAnimation Storyboard.TargetName="elpRotate 阅读全文
posted @ 2025-05-11 20:50 FredGrit 阅读(14) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 120 下一页