WPF中引用Material Design 样式

本文介绍如何在WPF应用程序中引入MaterialDesign样式,通过安装MaterialDesignThemes套件并配置App.xaml来实现统一的设计风格。此外,还提供了一个实用的MaterialDesigninXAMLDEMO示例供读者参考。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

WPF中引用Material Design 样式

Material Design,中文名:材料设计语言,是由Google推出的全新的设计语言,谷歌表示,这种设计语言旨在为手机、平板电脑、台式机和“其他平台”提供更一致、更广泛的“外观和感觉”
如何使用Material Design:
步骤一:使用NuGet安装MaterialDesignThemes套件

在这里插入图片描述

步骤二:修改App.xaml

在 Application.Resources 中加入 ResourceDictionary.MergedDictionaries 資源目錄,載入預先建置好的 Material Design 的基本樣式

<ResourceDictionary.MergedDictionaries>
      <ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesignTheme.Light.xaml" />
      <ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesignTheme.Defaults.xaml" />
      <ResourceDictionary Source="pack://application:,,,/MaterialDesignColors;component/Themes/Recommended/Primary/MaterialDesignColor.DeepPurple.xaml" />
      <ResourceDictionary Source="pack://application:,,,/MaterialDesignColors;component/Themes/Recommended/Accent/MaterialDesignColor.Lime.xaml" />
</ResourceDictionary.MergedDictionaries>

步骤三:修改MainWindow.xaml

加入xmlns:materialDesign=http://materialdesigninxaml.net/winfx/xaml/themes命名空间,让你可以开始使用设计好的MaterialDesign的控制项。
再分享个up主的Material Design in XAML DEMO的压缩包,可以参考这个demo学习
https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/releases

在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值