摘要:
想做成选择颜色后,更换窗体主题颜色 1、在App.xaml中记录当前颜色 <Application.Resources> <SolidColorBrush x:Key="color1" Color="White"></SolidColorBrush> </Application.Resources> 阅读全文
posted @ 2022-11-22 01:16
户的博客
阅读(2565)
评论(0)
推荐(0)
摘要:
数据源list,设置ListBoxItem实现 <Page.Resources> <Style TargetType="ListBoxItem"> <Setter Property="Template"> <Setter.Value> <ControlTemplate TargetType="Lis 阅读全文
posted @ 2022-11-22 01:15
户的博客
阅读(356)
评论(0)
推荐(0)