上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 120 下一页
摘要: [SugarColumn(ColumnDescription = "Last Modified Time",IsNullable = false,InsertServerTime = true)] public DateTime LastModifiedTime { get; set; } 阅读全文
posted @ 2025-08-19 11:23 FredGrit 阅读(6) 评论(0) 推荐(0)
摘要: Install-Package LiveChartsCore.SkiaSharpView.WPF -version 2.0.0-rc5.4 //xaml <Window x:Class="WpfApp44.MainWindow" xmlns="http://schemas.microsoft.com 阅读全文
posted @ 2025-08-18 17:02 FredGrit 阅读(28) 评论(0) 推荐(0)
摘要: <Canvas Background="Black"> <ItemsControl ItemsSource="{Binding Molecules}"> <ItemsControl.ItemsPanel> <ItemsPanelTemplate> <Canvas/> </ItemsPanelTemp 阅读全文
posted @ 2025-08-18 14:51 FredGrit 阅读(7) 评论(0) 推荐(0)
摘要: <Canvas> <ItemsControl ItemsSource="{Binding ElpsCollection,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}"> <ItemsControl.ItemsPanel> <ItemsPanelTe 阅读全文
posted @ 2025-08-18 14:21 FredGrit 阅读(4) 评论(0) 推荐(0)
摘要: <ItemsControl ItemsSource="{Binding ElpsCollection}"> <ItemsControl.ItemsPanel> <ItemsPanelTemplate> <Canvas Background="White"/> </ItemsPanelTemplate 阅读全文
posted @ 2025-08-15 22:41 FredGrit 阅读(9) 评论(0) 推荐(0)
摘要: private void SaveFrameworkElementAsJpg(FrameworkElement fe, string jpgFilePath, int dpi = 96) { var size = new Size(fe.ActualWidth, fe.ActualHeight); 阅读全文
posted @ 2025-08-15 18:57 FredGrit 阅读(8) 评论(0) 推荐(0)
摘要: <TreeView ItemsSource="{Binding BooksGroupList,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}"> <TreeView.ItemTemplate> <HierarchicalDataTemplate It 阅读全文
posted @ 2025-08-13 17:28 FredGrit 阅读(24) 评论(0) 推荐(0)
摘要: <DataGrid ItemsSource="{Binding BooksGroupList,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}" AutoGenerateColumns="False" ColumnWidth="*" HeadersVi 阅读全文
posted @ 2025-08-13 16:32 FredGrit 阅读(11) 评论(0) 推荐(0)
摘要: using System.Runtime.CompilerServices; using System.Runtime.InteropServices; namespace ConsoleApp10 { internal class Program { [DllImport("kernel32.dl 阅读全文
posted @ 2025-08-13 13:46 FredGrit 阅读(10) 评论(0) 推荐(0)
摘要: install-package prism.core; install-package Prism.DryIoc; install-package prism.wpf; //app.xaml <prism:PrismApplication x:Class="WpfApp31.App" xmlns=" 阅读全文
posted @ 2025-08-10 22:07 FredGrit 阅读(14) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 120 下一页