上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 123 下一页
摘要: //xaml <UserControl x:Class="WpfApp250.BookControl" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsof 阅读全文
posted @ 2024-08-17 16:23 FredGrit 阅读(59) 评论(0) 推荐(0)
摘要: //Customize LineArrow using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System. 阅读全文
posted @ 2024-08-16 20:21 FredGrit 阅读(49) 评论(0) 推荐(0)
摘要: From .net 8.0 the can retrieve DateTime.Now.MicroSecond directly,but when you use the classic .net framework it does not work at all. I'll show a roun 阅读全文
posted @ 2024-08-16 10:47 FredGrit 阅读(46) 评论(0) 推荐(0)
摘要: <behavior:Interaction.Triggers> <behavior:EventTrigger EventName="KeyDown"> <behavior:CallMethodAction MethodName="Window_KeyDown" TargetObject="{Bind 阅读全文
posted @ 2024-08-15 20:19 FredGrit 阅读(63) 评论(0) 推荐(0)
摘要: //xaml <UserControl x:Class="WpfApp246.EllipseTbk" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft 阅读全文
posted @ 2024-08-15 16:06 FredGrit 阅读(23) 评论(0) 推荐(0)
摘要: //Custom Control //xaml <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/wi 阅读全文
posted @ 2024-08-14 11:34 FredGrit 阅读(18) 评论(0) 推荐(0)
摘要: Install-Package Aspose.Imaging using (Aspose.Imaging.Image aspImg = Aspose.Imaging.Image.Load(rawImgUrl)) { Aspose.Imaging.RasterImage rasterImg = asp 阅读全文
posted @ 2024-08-08 19:43 FredGrit 阅读(34) 评论(0) 推荐(0)
摘要: <behavior:Interaction.Triggers> <behavior:EventTrigger EventName="KeyDown"> <behavior:CallMethodAction MethodName="WinKeyDown" TargetObject="{Binding} 阅读全文
posted @ 2024-08-06 23:31 FredGrit 阅读(28) 评论(0) 推荐(0)
摘要: //xaml <Window x:Class="WpfApp233.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/ 阅读全文
posted @ 2024-08-06 22:53 FredGrit 阅读(73) 评论(0) 推荐(0)
摘要: <DataGridTemplateColumn Header="Select"> <DataGridTemplateColumn.CellTemplate> <DataTemplate> <CheckBox IsThreeState="False"> <behavior:Interaction.Tr 阅读全文
posted @ 2024-08-06 21:36 FredGrit 阅读(58) 评论(0) 推荐(0)
上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 123 下一页