We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02fd58d + 4a949d6 commit 6ff75eeCopy full SHA for 6ff75ee
MainDemo.Wpf/Home.xaml
@@ -31,7 +31,8 @@
31
<StackPanel Grid.Column="1" Margin="24 0 0 0" VerticalAlignment="Center">
32
<TextBlock Style="{StaticResource MaterialDesignDisplay1TextBlock}" TextWrapping="Wrap">Welcome to Material Design In XAML Toolkit</TextBlock>
33
<Button Style="{StaticResource MaterialDesignFlatButton}"
34
- Command="{x:Static materialDesign:DrawerHost.OpenDrawerCommand}">
+ Command="{x:Static materialDesign:DrawerHost.OpenDrawerCommand}"
35
+ CommandParameter="{x:Static Dock.Left}">
36
<StackPanel Orientation="Horizontal">
37
<materialDesign:PackIcon Kind="Binoculars" />
38
<TextBlock Margin="8 0 0 0">EXPLORE</TextBlock>
0 commit comments