关于C#在WPF中如何使用“抽屉”控件
- 1.前提准备
- 2.XAML代码
- 3.对应的C#代码
- 4.显示效果
1.前提准备
需要引用MaterialDesign控件库,关于如何引用,请参照文章——关于C#如何引用MaterialDesign控件库
2.XAML代码
<Window x:Class="MaterialDesign_Test.MainWindow"xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"xmlns:d="http://schemas.microsoft.com/expression/blend/2008"xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"xmlns:local="clr-namespace:MaterialDesign_Test"xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"xmlns: