上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 120 下一页
摘要: //xaml <Window x:Class="WpfApp7.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/wi 阅读全文
posted @ 2025-05-10 21:58 FredGrit 阅读(17) 评论(0) 推荐(0)
摘要: //xaml <ListBox.ContextMenu> <ContextMenu> <MenuItem Header="ExportAll" Command="{Binding ExportCmd}" CommandParameter="{Binding RelativeSource={Relat 阅读全文
posted @ 2025-05-03 20:19 FredGrit 阅读(13) 评论(0) 推荐(0)
摘要: rotationAnimation.From = 0; rotationAnimation.To = 360; rotationAnimation.Duration = TimeSpan.FromSeconds(10); rotationAnimation.RepeatBehavior = Repe 阅读全文
posted @ 2025-05-03 00:28 FredGrit 阅读(16) 评论(0) 推荐(0)
摘要: //xaml <Window x:Class="WpfApp220.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/ 阅读全文
posted @ 2025-04-27 14:47 FredGrit 阅读(11) 评论(0) 推荐(0)
摘要: rotaterAnimation = new DoubleAnimation(); rotaterAnimation.From = 0; rotaterAnimation.To = 360; rotaterAnimation.Duration = TimeSpan.FromSeconds(30); 阅读全文
posted @ 2025-04-19 16:39 FredGrit 阅读(12) 评论(0) 推荐(0)
摘要: //uc.xaml <UserControl x:Class="WpfApp203.UCRotatedCircle" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.m 阅读全文
posted @ 2025-04-13 15:55 FredGrit 阅读(8) 评论(0) 推荐(0)
摘要: public static class MouseBehavior { public static readonly DependencyProperty MouseDownCommandProperty = DependencyProperty.RegisterAttached("MouseDow 阅读全文
posted @ 2025-04-13 14:45 FredGrit 阅读(26) 评论(0) 推荐(0)
摘要: //usercontrol.xaml <UserControl x:Class="WpfApp201.UCScrollNum" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://sche 阅读全文
posted @ 2025-04-13 13:44 FredGrit 阅读(10) 评论(0) 推荐(0)
摘要: //uc.xaml <UserControl x:Class="WpfApp201.UCScrollNum" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.micro 阅读全文
posted @ 2025-04-12 20:27 FredGrit 阅读(7) 评论(0) 推荐(0)
摘要: //xaml <Window x:Class="WpfApp198.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/ 阅读全文
posted @ 2025-04-06 17:02 FredGrit 阅读(22) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 120 下一页