Ai
7 Star 81 Fork 20

CookCSharp/CookPopularUI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
App.xaml 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
写代码的厨子 提交于 2024-02-23 15:42 +08:00 . add watermark and demo
<prism:PrismApplication x:Class="CookPopularUI.WPFDemo.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:prism="http://prismlibrary.com/"
xmlns:sys="clr-namespace:System;assembly=mscorlib"
xmlns:ui="https://github.cookpopularui/2021/xaml">
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<!--<ResourceDictionary Source="pack://application:,,,/CookPopularUI.WPF;component/Themes/DefaultPopularColor.xaml" />
<ResourceDictionary Source="pack://application:,,,/CookPopularUI.WPF;component/Themes/DefaultPopularControl.xaml" />-->
<ui:PopularTheme Language="English" Theme="Light" />
</ResourceDictionary.MergedDictionaries>
<sys:Double x:Key="DemoViewWidth">1000</sys:Double>
<Style TargetType="{x:Type ui:DialogWindow}" BasedOn="{StaticResource DialogWindowStyle}">
<Setter Property="Background" Value="Green" />
</Style>
</ResourceDictionary>
</Application.Resources>
</prism:PrismApplication>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/CookCSharp/CookPopularUI.git
git@gitee.com:CookCSharp/CookPopularUI.git
CookCSharp
CookPopularUI
CookPopularUI
master

搜索帮助