# MaterialDesignInXamlToolkit **Repository Path**: DLGCY_Clone/MaterialDesignInXamlToolkit ## Basic Information - **Project Name**: MaterialDesignInXamlToolkit - **Description**: Google's Material Design in XAML & WPF, for C# & VB.Net. (克隆自 https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit) - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 5 - **Created**: 2020-12-04 - **Last Updated**: 2024-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ![Alt text](web/images/MD4XAML64.png "Material Design In XAML Toolkit") Material Design In XAML Toolkit Comprehensive and easy to use Material Design theme and control library for the Windows desktop. ![Alt text](web/images/screen-home.png "Material Design Demo") ###### [More screenshots below](#Screenshots) # ![Alt text](web/images/MD4XAML28.png "Summary") Summary - Material Design styles for all major WPF Framework controls - Additional controls to support the theme, including Multi Action Button, Cards, Dialogs, Clock - Easy configuration of palette (at design _and_ runtime), according to [Google's guidelines](https://material.io/design/) - Full [Material Design Icons](https://materialdesignicons.com/) icon pack - Easy transition effects - Compatible with [Dragablz](https://github.com/ButchersBoy/Dragablz), [MahApps](https://github.com/MahApps/MahApps.Metro) - Demo applications included in the source project [![Backers on Open Collective](https://opencollective.com/materialdesigninxaml/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/materialdesigninxaml/sponsors/badge.svg)](#sponsors) [![Gitter](https://img.shields.io/badge/Gitter-Join%20Chat,%20Get%20Help,%20Say%20Hello!-green.svg?style=flat-square)](https://gitter.im/ButchersBoy/MaterialDesignInXamlToolkit) [![NuGet-Themes](https://img.shields.io/nuget/v/MaterialDesignThemes.svg?label=NuGet:%20Themes&style=flat-square)](https://www.nuget.org/packages/MaterialDesignThemes/) [![NuGet-Themes]()](https://www.nuget.org/packages/MaterialDesignThemes/) [![NuGet-Themes](https://img.shields.io/nuget/vpre/MaterialDesignColors.svg?label=NuGet:%20Colours&style=flat-square)](https://www.nuget.org/packages/MaterialDesignColors/) [![Issues](https://img.shields.io/github/issues/MaterialDesignInXAML/MaterialDesignInXamlToolkit.svg?style=flat-square)](https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/issues) # ![Alt text](web/images/MD4XAML28.png "How Can I Use The Themes?") Getting Started - Checkout the [Super Quick Start](https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/wiki/Super-Quick-Start) - Or, the more comprehensive [Starting Guide](https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/wiki/Getting-Started) guide. - Or, watch the [Material Design In XAML Toolkit An Introduction](https://www.youtube.com/watch?v=-n5yeEOsbCk) video. # ![Alt text](web/images/MD4XAML28.png "In Action") See It In Action - Download a pre-compiled demo from the [releases](https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/releases) page. - Download the source and run the demo ([more information](https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/wiki/Compiling-From-Source)). - Checkout [Keboo/MaterialDesign.Examples](https://github.com/Keboo/MaterialDesignInXaml.Examples) - Checkout [doobry](http://materialdesigninxaml.net/doobry). - Checkout [F1ix](http://materialdesigninxaml.net/f1ix). - Checkout [Motion List](https://github.com/MaterialDesignInXAML/MotionList). # ![Alt text](web/images/MD4XAML28.png "How Can I Use The Themes?") Source Code To load the source project you will need Visual Studio 2022. Don't worry if you have an earlier version, you can still use the compiled assemblies from NuGet (`Install-Package MaterialDesignThemes`). There are three demo projects in the solution, restore the necessary NuGet packages and correct the programming syntax that is not compatible with C# versions lower than C# 10.0 (`currently used in Visual Studio 2022`). Then, you should be able to fire the projects up. The first one is a "pure" Material Design 2 project. The second one shows how to combine with Dragablz and MahApps. The last one is a Material Design 3 project (`In Development`). # ![Alt text](web/images/MD4XAML28.png "Contributions") Contribution Guidelines - Before contributing code read the [Contribution Guidelines](.github/CONTRIBUTING.md) - GitHub issues are for bugs and feature requests. - For questions, help and chat in general, please use the [GitHub discussion tab](https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/discussions) or the [Gitter chat room](https://gitter.im/ButchersBoy/MaterialDesignInXamlToolkit). - Stack Overflow tag: [material-design-in-xaml](http://stackoverflow.com/questions/tagged/material-design-in-xaml) - Want to say thanks? - Hit the :star: Star :star: button - If you'd like to make a very much appreciated financial donation please visit open collective # ![Alt text](web/images/MD4XAML28.png "Mentions") Mentions - **[James Willock](https://github.com/ButchersBoy) [![Twitter](https://img.shields.io/badge/twitter-%40james__willock-55acee.svg?style=flat-square)](https://twitter.com/James_Willock)** - Founder of the project - **[Kevin Bost](https://github.com/Keboo) [![Twitter](https://img.shields.io/badge/twitter-%40kitokeboo-55acee.svg?style=flat-square)](https://twitter.com/kitokeboo)** - Maintainer of the repository - [Snalty](https://github.com/snalty) [![Twitter](https://img.shields.io/badge/twitter-%40snalty-55acee.svg?style=flat-square)](https://twitter.com/snalty) - Designer of the logo - Icon pack sourced from [Material Design Icons](https://materialdesignicons.com/) - [ControlzEx](https://github.com/ControlzEx/ControlzEx) - Library used in MaterialDesignInXAML - [Ignace Maes](https://github.com/IgnaceMaes) - Whose [Material Skin](https://github.com/IgnaceMaes/MaterialSkin) project inspired the original material design theme for [Dragablz](https://github.com/ButchersBoy/Dragablz), which in turn led James Willock start this project - [Material Design Extensions](https://github.com/spiegelp/MaterialDesignExtensions) - A community repository based on this library that provides additional controls and features. - **[Contributors](https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/graphs/contributors)** - A big thank you to all the contributors of the project! # ![Alt text](web/images/MD4XAML28.png "Screenshots") Screenshots ![Alt text](web/images/screen-buttons.png "Buttons") ![Alt text](web/images/screen-toggles.png "Toggles") ![Alt text](web/images/screen-fields.png "Fields") ![Alt text](web/images/screen-comboboxes.png "ComboBoxes") ![Alt text](web/images/screen-palette.png "Palette") ![Alt text](web/images/screen-colortools.png "Color Tools") ![Alt text](web/images/screen-pickers.png "Pickers") ![Alt text](web/images/screen-iconpack.png "Icons") ![Alt text](web/images/screen-cards.png "Cards") ![Alt text](web/images/screen-menutoolbar.png "Menus and Toolbars") ![Alt text](web/images/screen-progress.png "Progress Bars") ![Alt text](web/images/screen-dialogs.png "Dialogs") ![Alt text](web/images/screen-lists.png "Lists") ![Alt text](web/images/screen-treeview.png "Tree View") ![Alt text](web/images/screen-sliders.png "Sliders") ![Alt text](web/images/screen-chips.png "Chips") ![Alt text](web/images/screen-typography.png "Typography") ![Alt text](web/images/screen-groupbox.png "Group Box") ![Alt text](web/images/screen-snackbars.png "Snackbars") ![Alt text](web/images/screen-elevation.png "Elevation") ## Contributors This project exists thanks to all the people who contribute. ## Backers Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/materialdesigninxaml#backer)] ## Sponsors Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/materialdesigninxaml#sponsor)]