资源简介
代码片段和文件信息
namespace WPF.Themes
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Windows;
using System.Windows.Controls;
public static class ThemeManager
{
public static ResourceDictionary GetThemeResourceDictionary(string theme)
{
if (theme != null)
{
Assembly assembly = Assembly.LoadFrom(“WPF.Themes.dll“);
string packUri = String.Format(@“/WPF.Themes;component/{0}/Theme.xaml“ theme);
return Application.LoadComponent(new Uri(packUri UriKind.Relative)) as ResourceDictionary;
}
return null;
}
public static string[] GetThemes()
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2011-09-07 05:28 BuildProcessTemplates\
文件 65836 2011-09-07 05:28 BuildProcessTemplates\DefaultTemplate.xaml
文件 6878 2011-09-07 05:28 BuildProcessTemplates\UpgradeTemplate.xaml
目录 0 2011-09-07 05:28 Package\
文件 292864 2011-09-07 05:28 Package\NuGet.exe
文件 847260 2011-09-07 05:28 Package\WPF Themes.0.0.1.nupkg
文件 847253 2011-09-07 05:28 Package\wpfthemes.0.0.1.nupkg
文件 516 2011-09-07 05:28 Package\wpfthemes.nuspec
目录 0 2011-09-07 05:28 WPF.Themes.Demo\
文件 144 2011-09-07 05:28 WPF.Themes.Demo\app.config
文件 381 2011-09-07 05:28 WPF.Themes.Demo\App.xaml
文件 577 2011-09-07 05:28 WPF.Themes.Demo\App.xaml.cs
目录 0 2011-09-07 05:28 WPF.Themes.Demo\Properties\
文件 2324 2011-09-07 05:28 WPF.Themes.Demo\Properties\AssemblyInfo.cs
文件 2854 2011-09-07 05:28 WPF.Themes.Demo\Properties\Resources.Designer.cs
文件 5612 2011-09-07 05:28 WPF.Themes.Demo\Properties\Resources.resx
文件 1094 2011-09-07 05:28 WPF.Themes.Demo\Properties\Settings.Designer.cs
文件 201 2011-09-07 05:28 WPF.Themes.Demo\Properties\Settings.settings
文件 4413 2011-09-07 05:28 WPF.Themes.Demo\Window1.xaml
文件 3445 2011-09-07 05:28 WPF.Themes.Demo\Window1.xaml.cs
文件 6415 2011-09-07 05:28 WPF.Themes.Demo\WPF.Themes.Demo.csproj
文件 1419 2011-09-07 05:28 WPF.Themes.sln
文件 102912 2011-09-07 05:28 WPF.Themes.suo
目录 0 2011-09-07 05:28 WPF.Themes\
目录 0 2011-09-07 05:28 WPF.Themes\BubbleCreme\
文件 341259 2011-09-07 05:28 WPF.Themes\BubbleCreme\Theme.xaml
目录 0 2011-09-07 05:28 WPF.Themes\BureauBlack\
文件 283553 2011-09-07 05:28 WPF.Themes\BureauBlack\Theme.xaml
目录 0 2011-09-07 05:28 WPF.Themes\BureauBlue\
文件 283186 2011-09-07 05:28 WPF.Themes\BureauBlue\Theme.xaml
目录 0 2011-09-07 05:28 WPF.Themes\DavesGlossyControls\
............此处省略43个文件信息
相关资源
- 第二代Kinect WPF开发从入门到精通资料
- WPF21个优秀项目及源码
- SciChart控件破解方法见包内
- WPF开发框架
- wpf特效轮播图
- WPF做的监控程序
- wpf 图片滑动效果
- Telerik_UI_for_WPF破解版
- Telerik_UI_for_WPF_2019_1_116_Dev.msi
- WPF编程宝典2012源码和书(全)
- 深入浅出WPF刘铁猛 重新整理书签 带源
- WPF程序设计指南完整PDF高清版
- Telerik UI for WPF 2018_1_116
- 深入浅出WPF 重新整理目录,带源码
- Pro WPF 4.5 in C# Pro WPF系列第四版 英文书
- WPF学习书籍pdf《葵花宝典_WPF自学手册
- Telerik_UI_for_WPF_Documentation
- WPF编程宝典C#2012 第4版(包含源码)
- WPF编程宝典 第四版
- c# WPF 动态曲线显示
- WPF高级编程PDF
- WPF崩溃重启
- C#/WPF下的通用自动更新模块修正
- 基于WPF的USB设备浏览器
- WPF实现类似安卓,ISO的日期选择器
- WPF MVVM模式下 TreeView 右键菜单
- wpf入门第五篇 WPF with ECharts 项目源码
- wpf界面与类之间的交互
- WPF自定义MessageBox完善版 v2 (源码)
-
WPF 样式 st
yle 滑动开关 实现的效果
评论
共有 条评论