上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 120 下一页
摘要: <Window x:Class="WpfApp73.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/20 阅读全文
posted @ 2024-12-20 15:19 FredGrit 阅读(28) 评论(0) 推荐(0)
摘要: <Window x:Class="WpfApp74.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/20 阅读全文
posted @ 2024-12-20 14:40 FredGrit 阅读(13) 评论(0) 推荐(0)
摘要: <Window x:Class="WpfApp72.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/20 阅读全文
posted @ 2024-12-20 13:50 FredGrit 阅读(25) 评论(0) 推荐(0)
摘要: <Window.Icon> <DrawingImage> <DrawingImage.Drawing> <GeometryDrawing Brush="Orange"> <GeometryDrawing.Pen> <Pen Brush="Black" Thickness="10"/> </Geome 阅读全文
posted @ 2024-12-20 13:43 FredGrit 阅读(18) 评论(0) 推荐(0)
摘要: //xaml <Window x:Class="WpfApp70.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/w 阅读全文
posted @ 2024-12-20 10:48 FredGrit 阅读(14) 评论(0) 推荐(0)
摘要: Copy from https://github.com/SEilers/WpfPanAndZoom //canvas.xaml <Canvas x:Class="WpfApp69.CanvasZoomAndPanControl" xmlns="http://schemas.microsoft.co 阅读全文
posted @ 2024-12-17 23:59 FredGrit 阅读(175) 评论(0) 推荐(0)
摘要: 1 //xaml 2 <Window x:Class="WpfApp67.MainWindow" 3 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 4 xmlns:x="http://schemas.microso 阅读全文
posted @ 2024-12-15 20:13 FredGrit 阅读(29) 评论(0) 推荐(0)
摘要: //xaml <Window x:Class="WpfApp68.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/w 阅读全文
posted @ 2024-12-15 01:12 FredGrit 阅读(19) 评论(0) 推荐(0)
摘要: //<Window x:Class="WpfApp64.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/ 阅读全文
posted @ 2024-12-14 00:32 FredGrit 阅读(18) 评论(0) 推荐(0)
摘要: Install-Package Newtonsoft.json static void ConvertXmlToJson(string xmlFile,string jsonFile) { try { if(File.Exists(xmlFile)) { using(FileStream fs=ne 阅读全文
posted @ 2024-12-14 00:02 FredGrit 阅读(40) 评论(0) 推荐(0)
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 120 下一页