上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 94 下一页
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System 阅读全文
posted @ 2024-04-17 00:12 FredGrit 阅读(3) 评论(0) 推荐(0) 编辑
摘要: //xaml <Window x:Class="WpfApp58.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/w 阅读全文
posted @ 2024-04-15 20:46 FredGrit 阅读(9) 评论(0) 推荐(0) 编辑
摘要: <DataGrid.ItemContainerStyle> <Style TargetType="{x:Type DataGridRow}"> <Setter Property="FontSize" Value="20"/> <Setter Property="Foreground" Value=" 阅读全文
posted @ 2024-04-15 16:55 FredGrit 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 1.Install package,Microsoft.Xaml.Behaviors.Wpf 2.Add xaml reference in xaml xmlns:behavior="http://schemas.microsoft.com/xaml/behaviors" 3. <behavior: 阅读全文
posted @ 2024-04-15 16:47 FredGrit 阅读(44) 评论(0) 推荐(0) 编辑
摘要: <Window x:Class="WpfApp58.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/20 阅读全文
posted @ 2024-04-15 16:13 FredGrit 阅读(21) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Net.Http.Headers; using System.Text; using System.Threading.Tasks; usi 阅读全文
posted @ 2024-04-12 01:39 FredGrit 阅读(9) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System 阅读全文
posted @ 2024-04-12 01:04 FredGrit 阅读(8) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Controls; usi 阅读全文
posted @ 2024-04-12 00:22 FredGrit 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 1.Red mixed Green generates Yellow 2.Red mixed Blue is purple 3.Green mixed Blue is Cyan 阅读全文
posted @ 2024-04-10 23:58 FredGrit 阅读(4) 评论(0) 推荐(0) 编辑
摘要: //usercontrol.xaml <UserControl x:Class="WpfControlLibrary1.ColorPicker" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="ht 阅读全文
posted @ 2024-04-10 23:55 FredGrit 阅读(17) 评论(0) 推荐(0) 编辑
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 94 下一页