当前位置: 首页 > news >正文

网站首页顶部图片尺寸怎么从网上找客户

网站首页顶部图片尺寸,怎么从网上找客户,2023最好用的浏览器,直播app开发技术一、介绍: Material Design语言的一些重要功能包括 系统字体Roboto的升级版本 ,同时颜色更鲜艳,动画效果更突出。杜拉特还简要谈到了新框架的一些变化。谷歌的想法是让谷歌平台上的开发者掌握这个新框架,从而让所有应用就有统一的…

一、介绍:
Material Design语言的一些重要功能包括 系统字体Roboto的升级版本 ,同时颜色更鲜艳,动画效果更突出。杜拉特还简要谈到了新框架的一些变化。谷歌的想法是让谷歌平台上的开发者掌握这个新框架,从而让所有应用就有统一的外观,就像是苹果向开发者提出的设计原则一样。谷歌还基于这种新的设计语言对本公司旗舰应用进行了重新设计,包括安卓和网页端的Gmail和Calendar。大家可能还会记得,最近曾看到过有关这些变动的文章, 有些博客 已经掌握了外泄截屏,显示经过了重新设计的Gmail,界面更干净、更简约。在安卓平台上,这种新界面被称为Material,支持各种新动画效果,具有内置的实时UI阴影,以及可在不同屏幕之间切换的hero元素。-----这部分属于摘抄。
二、Material Design在WPF上下载
1.新建一个WPF项目:
由于我安装的是VS2022版本,所以我新建的项目版本是.NET6.0。
在这里插入图片描述

2.下载Material Design包:
点击项目,选择管理NuGet程序包…
在这里插入图片描述搜索Material Design,点击安装:
在这里插入图片描述

三、.配置App.xaml
按照网上其他博主介绍,是添加以下内容:

<ResourceDictionary><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></ResourceDictionary>

在我这里,始终都会报错,如下图:
在这里插入图片描述
试了好久,最后找到官方文档,得到解决,将上面内容换成如下:

        <ResourceDictionary><ResourceDictionary.MergedDictionaries><materialDesign:BundledTheme BaseTheme="Light" PrimaryColor="DeepPurple" SecondaryColor="Lime" /><ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesign3.Defaults.xaml" /></ResourceDictionary.MergedDictionaries></ResourceDictionary>

完整App.xaml:

<Application x:Class="WpfApp1.App"xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"xmlns:local="clr-namespace:WpfApp1" xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"StartupUri="MainWindow.xaml"><Application.Resources><ResourceDictionary><ResourceDictionary.MergedDictionaries><materialDesign:BundledTheme BaseTheme="Light" PrimaryColor="DeepPurple" SecondaryColor="Lime" /><ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesign3.Defaults.xaml" /></ResourceDictionary.MergedDictionaries></ResourceDictionary></Application.Resources>
</Application>

四、官方DemoAPP
该EXE提供了各种控件的样式和xaml代码,如下图:
在这里插入图片描述
点击左侧菜单栏,可以选择不同控件
在这里插入图片描述
点击不同控件上的小图标会显示控件代码,直接复制使用:
在这里插入图片描述

五、控件添加界面
1.先在前端引用: xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"
2.可以根据DemoApp上进行复制,至此完美结束。


文章转载自:
http://gangliated.rqkk.cn
http://rear.rqkk.cn
http://lubricious.rqkk.cn
http://signboard.rqkk.cn
http://scramble.rqkk.cn
http://superorganic.rqkk.cn
http://prevention.rqkk.cn
http://jesting.rqkk.cn
http://sclerometer.rqkk.cn
http://flagstaff.rqkk.cn
http://hematopoiesis.rqkk.cn
http://dukedom.rqkk.cn
http://facetiously.rqkk.cn
http://eclaircissement.rqkk.cn
http://nessus.rqkk.cn
http://for.rqkk.cn
http://socko.rqkk.cn
http://discovert.rqkk.cn
http://lambency.rqkk.cn
http://townsfolk.rqkk.cn
http://uncomplimentary.rqkk.cn
http://oddment.rqkk.cn
http://psilanthropy.rqkk.cn
http://garrotte.rqkk.cn
http://pronominalize.rqkk.cn
http://odorimeter.rqkk.cn
http://matting.rqkk.cn
http://matinee.rqkk.cn
http://pushup.rqkk.cn
http://pedate.rqkk.cn
http://lawyerlike.rqkk.cn
http://baseburner.rqkk.cn
http://phosphorescence.rqkk.cn
http://coxy.rqkk.cn
http://inblowing.rqkk.cn
http://geneva.rqkk.cn
http://chrysoprase.rqkk.cn
http://stria.rqkk.cn
http://lixiviation.rqkk.cn
http://lapidary.rqkk.cn
http://torrential.rqkk.cn
http://parroket.rqkk.cn
http://dictograph.rqkk.cn
http://iberia.rqkk.cn
http://incestuous.rqkk.cn
http://pippin.rqkk.cn
http://weedy.rqkk.cn
http://verein.rqkk.cn
http://jacamar.rqkk.cn
http://biliprotein.rqkk.cn
http://perturb.rqkk.cn
http://naturalize.rqkk.cn
http://boliviano.rqkk.cn
http://haloid.rqkk.cn
http://trespass.rqkk.cn
http://psychopath.rqkk.cn
http://alexander.rqkk.cn
http://geomantic.rqkk.cn
http://snaphance.rqkk.cn
http://portrayer.rqkk.cn
http://intrados.rqkk.cn
http://ecopornography.rqkk.cn
http://hummocky.rqkk.cn
http://condemnable.rqkk.cn
http://tridentine.rqkk.cn
http://groveler.rqkk.cn
http://hortation.rqkk.cn
http://shallow.rqkk.cn
http://pettifogging.rqkk.cn
http://akkadian.rqkk.cn
http://herbary.rqkk.cn
http://choralist.rqkk.cn
http://famously.rqkk.cn
http://upperworks.rqkk.cn
http://efficiently.rqkk.cn
http://patronizing.rqkk.cn
http://zooplankton.rqkk.cn
http://gaoleress.rqkk.cn
http://glucosyltransferase.rqkk.cn
http://coprological.rqkk.cn
http://edifice.rqkk.cn
http://ropework.rqkk.cn
http://explant.rqkk.cn
http://scrubdown.rqkk.cn
http://harrisburg.rqkk.cn
http://nobler.rqkk.cn
http://underlayer.rqkk.cn
http://ist.rqkk.cn
http://whiffletree.rqkk.cn
http://blaeberry.rqkk.cn
http://inbound.rqkk.cn
http://dimethylaniline.rqkk.cn
http://reedman.rqkk.cn
http://spinstress.rqkk.cn
http://fibrefill.rqkk.cn
http://thaumaturge.rqkk.cn
http://standpatter.rqkk.cn
http://lifeblood.rqkk.cn
http://zealand.rqkk.cn
http://inappreciably.rqkk.cn
http://www.sczhlp.com/news/1.html

相关文章: