摘要: 一:右键添加资源字典命名为BaseButtonStyle 直接写入资源样式: <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.m 阅读全文
posted @ 2024-09-30 17:32 灰色小五 阅读(36) 评论(0) 推荐(0)
摘要: 一:定义样式作用于按钮 <Window x:Class="WpfTest.WindowStyle" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft. 阅读全文
posted @ 2024-09-30 16:03 灰色小五 阅读(39) 评论(0) 推荐(0)
摘要: <Window x:Class="WpfTest.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/200 阅读全文
posted @ 2024-09-30 15:22 灰色小五 阅读(50) 评论(0) 推荐(0)
摘要: 创建好新项目后会有者几个文件: 1.App.xaml文件存项目配置信息 StartuoUri:项目不启动窗口 x:Class=“WpfTest.App” :类型编译信息 2.MainWindow.xaml主窗口 阅读全文
posted @ 2024-09-30 13:00 灰色小五 阅读(55) 评论(0) 推荐(0)