摘要: private Color GetRndColor() { Color cr = new Color(); cr.A = 255; cr.R = (byte)(rnd.Next(0, 255)); cr.G = (byte)(rnd.Next(0, 255)); cr.B = (byte)(rnd. 阅读全文
posted @ 2024-09-19 22:21 FredGrit 阅读(4) 评论(0) 推荐(0) 编辑
摘要: //usercontrol.xaml <UserControl x:Class="WpfApp381.ElpImgTbk" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schema 阅读全文
posted @ 2024-09-19 21:55 FredGrit 阅读(4) 评论(0) 推荐(0) 编辑
摘要: //converter using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading.T 阅读全文
posted @ 2024-09-19 21:18 FredGrit 阅读(2) 评论(0) 推荐(0) 编辑