摘要: 关键代码 var template = checkBox1.Template; var myControl = template.FindName("textBlock1", checkBox1); var tb = myControl as TextBlock; tb.Background = n 阅读全文
posted @ 2020-08-13 19:46 Lulus 阅读(481) 评论(0) 推荐(0)