MahApps.Metro-0.13.1

所属分类:编译器/解释器
开发工具:C#
文件大小:2193KB
下载次数:200
上传日期:2014-04-29 01:25:37
上 传 者sunxiaotianmg
说明:  WPF藏储物流框架,模板,仅供参考,来自codeplex
(wpfwpfwpfwpfwpfwpf wpfwpfwpfwpfwpfwpfwpfwpf)

文件列表:
MahApps.Metro-0.13.1 (0, 2014-04-11)
MahApps.Metro-0.13.1\.build (0, 2014-04-11)
MahApps.Metro-0.13.1\.build\MSBuild.Community.Tasks.dll (630272, 2014-04-11)
MahApps.Metro-0.13.1\.build\MSBuild.Community.Tasks.targets (11782, 2014-04-11)
MahApps.Metro-0.13.1\.nuget (0, 2014-04-11)
MahApps.Metro-0.13.1\.nuget\NuGet.Config (164, 2014-04-11)
MahApps.Metro-0.13.1\.nuget\NuGet.exe (1659904, 2014-04-11)
MahApps.Metro-0.13.1\.nuget\NuGet.targets (7389, 2014-04-11)
MahApps.Metro-0.13.1\Build (0, 2014-04-11)
MahApps.Metro-0.13.1\Build\MahApps.Metro.proj (1134, 2014-04-11)
MahApps.Metro-0.13.1\Build\build.ps1 (1253, 2014-04-11)
MahApps.Metro-0.13.1\LICENSE (2618, 2014-04-11)
MahApps.Metro-0.13.1\Lib (0, 2014-04-11)
MahApps.Metro-0.13.1\Lib\GrayscaleEffect.dll (6144, 2014-04-11)
MahApps.Metro-0.13.1\Lib\NET40 (0, 2014-04-11)
MahApps.Metro-0.13.1\Lib\NET40\System.Windows.Interactivity.dll (39936, 2014-04-11)
MahApps.Metro-0.13.1\Lib\NET45 (0, 2014-04-11)
MahApps.Metro-0.13.1\Lib\NET45\System.Windows.Interactivity.dll (55904, 2014-04-11)
MahApps.Metro-0.13.1\Licenses (0, 2014-04-11)
MahApps.Metro-0.13.1\Licenses\avaloncontrolslibrary (2662, 2014-04-11)
MahApps.Metro-0.13.1\Licenses\callisto (2687, 2014-04-11)
MahApps.Metro-0.13.1\Licenses\silverlighttoolkit (2662, 2014-04-11)
MahApps.Metro-0.13.1\MahApps.Metro.Resources (0, 2014-04-11)
MahApps.Metro-0.13.1\MahApps.Metro.Resources\Entypo-license.txt (180, 2014-04-11)
MahApps.Metro-0.13.1\MahApps.Metro.Resources\Entypo.ttf (36376, 2014-04-11)
MahApps.Metro-0.13.1\MahApps.Metro.Resources\Icons.xaml (1427595, 2014-04-11)
MahApps.Metro-0.13.1\MahApps.Metro.Resources\MahApps.Metro.Resources.csproj (3759, 2014-04-11)
MahApps.Metro-0.13.1\MahApps.Metro.Resources\Properties (0, 2014-04-11)
MahApps.Metro-0.13.1\MahApps.Metro.Resources\Properties\AssemblyInfo.cs (2255, 2014-04-11)
MahApps.Metro-0.13.1\MahApps.Metro.Resources\Properties\Resources.Designer.cs (2803, 2014-04-11)
MahApps.Metro-0.13.1\MahApps.Metro.Resources\Properties\Resources.resx (5496, 2014-04-11)
MahApps.Metro-0.13.1\MahApps.Metro.Resources\Properties\Settings.Designer.cs (1078, 2014-04-11)
MahApps.Metro-0.13.1\MahApps.Metro.Resources\Properties\Settings.settings (195, 2014-04-11)
MahApps.Metro-0.13.1\MahApps.Metro.Resources\WindowsIcons-license.txt (1944, 2014-04-11)
MahApps.Metro-0.13.1\MahApps.Metro.sln (6306, 2014-04-11)
MahApps.Metro-0.13.1\MahApps.Metro (0, 2014-04-11)
MahApps.Metro-0.13.1\MahApps.Metro\Accent.cs (1211, 2014-04-11)
... ...

## MahApps.Metro A toolkit for creating metro-style WPF applications. Lots of goodness out-of-the box. CheckBox and RadioButton styles adapted from styles created by [Brian Lagunas of Infragistics](http://brianlagunas.com/free-metro-light-and-dark-themes-for-wpf-and-silverlight-microsoft-controls/). ### Documentation Read it here: [http://mahapps.com](http://mahapps.com) You can help keep the documentation up to date by submitting a pull request on the `gh-pages` branch of this repository. If you're unfamiliar with GitHub Pages, the help guides [here](https://help.github.com/pages/) are a good place to start. ### Icons MahApps.Metro has also an icon package used from [WindowsIcons](https://github.com/Templarian/WindowsIcons) by [Templarian](https://github.com/Templarian) You can download the Nuget package [here](https://www.nuget.org/packages/MahApps.Metro.Resources) ### Ran into an bug? Did you stumble upon a bug? Before reporting it to us, please check out the [FAQ](https://github.com/MahApps/MahApps.Metro/wiki/FAQ) to see if it is actually a bug. If you can not find anything related to your issue, feel free to report it to us in the issue tracker. #### Bug Reports Please read [this page](https://github.com/MahApps/MahApps.Metro/wiki/About-Bug-Reports) before submitting an issue. ### Breaking Changes [Breaking Changes or WTF is happening with the ALPHA version](https://github.com/MahApps/MahApps.Metro/wiki/Breaking-Changes-or-WTF-is-happening-with-the-ALPHA-version) ### Quick How To or, how to create a simple MahApps.Metro App and a Window... it's so easy ;-) ```XML ``` ```XML ``` ```csharp namespace WpfApplication { public partial class MainWindow : MetroWindow { public MainWindow() { InitializeComponent(); } } } ``` ### Contributions If you've improved MahApps.Metro and think that other people would enjoy it, submit a pull request. ### Chatroom Drop in on the Gitter room - https://gitter.im/MahApps/MahApps.Metro - if you want to ask a question or discuss something with the team. ### Missing a control? If you're looking for a control that we don't have, we have some friends who have made MA.M compatible controls. Check them out: - Loading indicators by [@100GPing100](https://github.com/100GPing100) - https://github.com/100GPing100/LoadingIndicators.WPF

近期下载者

相关文件


收藏者