装修网站设计图推荐,蒙阴蜜桃,新郑网络推广外包,上海网站开发怎么做1. 首先确保已经下载了NuGet包MaterialDesignThemes 2.我们通过包的项目URL可以跳转到Github上查看源码 3.找到首页所在的代码位置 4.将代码复制下来#xff0c;删除掉自己不需要的东西#xff0c;最终如下 
materialDesign:DialogHostDialogThemeInheritIde…1. 首先确保已经下载了NuGet包MaterialDesignThemes 2.我们通过包的项目URL可以跳转到Github上查看源码 3.找到首页所在的代码位置 4.将代码复制下来删除掉自己不需要的东西最终如下 
materialDesign:DialogHostDialogThemeInheritIdentifierRootDialogSnackbarMessageQueue{Binding ElementNameMainSnackbar, PathMessageQueue}materialDesign:DrawerHost IsLeftDrawerOpen{Binding ElementNameMenuToggleButton, PathIsChecked}materialDesign:DrawerHost.LeftDrawerContent!--  左侧菜单  --DockPanel MinWidth220 //materialDesign:DrawerHost.LeftDrawerContent!--  头部  --DockPanelmaterialDesign:ColorZonePadding16materialDesign:ElevationAssist.ElevationDp4DockPanel.DockTopModePrimaryMidDockPanelStackPanel OrientationHorizontalToggleButtonx:NameMenuToggleButtonAutomationProperties.NameHamburgerToggleButtonIsCheckedFalseStyle{StaticResource MaterialDesignHamburgerToggleButton} /ButtonMargin24,0,0,0materialDesign:RippleAssist.Feedback{Binding RelativeSource{RelativeSource Self}, PathForeground, Converter{StaticResource BrushRoundConverter}}Command{Binding MovePrevCommand}Content{materialDesign:PackIcon KindArrowLeft,Size24}Foreground{Binding RelativeSource{RelativeSource AncestorType{x:Type FrameworkElement}}, Path(TextElement.Foreground)}Style{StaticResource MaterialDesignToolButton}ToolTipPrevious Item /ButtonMargin16,0,0,0materialDesign:RippleAssist.Feedback{Binding RelativeSource{RelativeSource Self}, PathForeground, Converter{StaticResource BrushRoundConverter}}Command{Binding MoveNextCommand}Content{materialDesign:PackIcon KindArrowRight,Size24}Foreground{Binding RelativeSource{RelativeSource AncestorType{x:Type FrameworkElement}}, Path(TextElement.Foreground)}Style{StaticResource MaterialDesignToolButton}ToolTipNext Item /ButtonMargin16,0,0,0materialDesign:RippleAssist.Feedback{Binding RelativeSource{RelativeSource Self}, PathForeground, Converter{StaticResource BrushRoundConverter}}Command{Binding HomeCommand}Content{materialDesign:PackIcon KindHome,Size24}Foreground{Binding RelativeSource{RelativeSource AncestorType{x:Type FrameworkElement}}, Path(TextElement.Foreground)}Style{StaticResource MaterialDesignToolButton}ToolTipHome //StackPanelTextBlockMargin-152,0,0,0HorizontalAlignmentCenterVerticalAlignmentCenterAutomationProperties.NameMaterial Design In XAML ToolkitFontSize22TextMaterial Design In XAML Toolkit //DockPanel/materialDesign:ColorZone/DockPanel/materialDesign:DrawerHost
/materialDesign:DialogHost 
5.运行查看效果