摘要: //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)