阅读 138

WPF控件主题样式,含21种不同风格漂亮主题(2021修正版)

从csdn下载的结果不能用,修正后可以了。

下载地址  

WPF控件主题资源,包括TabControl、ListBox、ComboBox、Button、ToggleButton、RadioButton、CheckBox、Slider、ProgressBar、TreeView等多个控件的样式。

【实例截图】

 

【核心代码】
WPF_Theme
└── WPF_Theme
├── WPF.Themes
│   ├── BubbleCreme
│   │   └── Theme.xaml
│   ├── BureauBlack
│   │   └── Theme.xaml
│   ├── BureauBlue
│   │   └── Theme.xaml
│   ├── DavesGlossyControls
│   │   └── Theme.xaml
│   ├── ExpressionDark
│   │   └── Theme.xaml
│   ├── ExpressionLight
│   │   └── Theme.xaml
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── RainierOrange
│   │   └── Theme.xaml
│   ├── RainierPurple
│   │   └── Theme.xaml
│   ├── RainierRadialBlue
│   │   └── Theme.xaml
│   ├── ShinyBlue
│   │   └── Theme.xaml
│   ├── ShinyDarkGreen
│   │   └── Theme.xaml
│   ├── ShinyDarkPurple
│   │   └── Theme.xaml
│   ├── ShinyDarkTeal
│   │   └── Theme.xaml
│   ├── ShinyRed
│   │   └── Theme.xaml
│   ├── ThemeManager.cs
│   ├── TwilightBlue
│   │   └── Theme.xaml
│   ├── UXMusingsBubblyBlue
│   │   └── Theme.xaml
│   ├── UXMusingsGreen
│   │   └── Theme.xaml
│   ├── UXMusingsRed
│   │   └── Theme.xaml
│   ├── UXMusingsRoughGreen
│   │   └── Theme.xaml
│   ├── UXMusingsRoughRed
│   │   └── Theme.xaml
│   ├── WhistlerBlue
│   │   └── Theme.xaml
│   ├── WPF.Themes.csproj
│   └── WPF.Themes.csproj.user
├── WPF.Themes.Demo
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Window1.xaml
│   ├── Window1.xaml.cs
│   ├── WPF.Themes.Demo.csproj
│   └── WPF.Themes.Demo.csproj.user
├── WPF.Themes.sln
└── WPF.Themes.suo

原文:https://www.cnblogs.com/simadi/p/14671750.html

文章分类
代码人生
版权声明:本站是系统测试站点,无实际运营。本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至 XXXXXXo@163.com 举报,一经查实,本站将立刻删除。
相关推荐